Now fails here
SDC_status=2Code:For SDC_timeout1.lowbyte = $ff To 0 Step -1 SDC_sector_addr = 0 : Gosub SectorRead ' Long SDC_sector_addr is the sector to read. Returns Byte SDC_status. If (SDC_status = sdcValid) Then SDC_timeout1 = 0 ' Got a valid response, end the loop. Next SDC_timeout1.lowbyte If (SDC_status != sdcValid) Then SDC_status = sdcCardNotInitFailure : Goto InitError Return ' Return Byte SDC_status.
SDC_response=$A9
FAT_error=6




Bookmarks