SDHC (FAT32 for SD cards)


Results 1 to 23 of 23

Threaded View

  1. #14
    Join Date
    Sep 2009
    Posts
    755


    Did you find this post helpful? Yes | No

    Default Re: SDHC (FAT32 for SD cards)

    Now fails here
    Code:
    	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_status=2
    SDC_response=$A9
    FAT_error=6
    Last edited by pedja089; - 27th December 2022 at 14:49.

Members who have read this thread : 2

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts