Search found 3 matches

by galea.dk
31 Jan 2006 13:12
Forum: mikroPascal Wish List
Topic: MMC SD LIB that handles more than 512 bytes per sector
Replies: 3
Views: 4509

Cluster

And I thought I was smart.... (Won't jump the gun again! ;) )
Its just that I cant use 256Mb cards with the sd library? and the 3 different ones I have doesnt work!

Do you have a good explanation why it doesn't work with all type of cards??

Regards
by galea.dk
30 Jan 2006 23:52
Forum: mikroPascal Wish List
Topic: MMC SD LIB that handles more than 512 bytes per sector
Replies: 3
Views: 4509

MMC SD LIB that handles more than 512 bytes per sector

Using MMC SD cards with 256Mb formatted in FAT16 gives a sectorsize of 4096 bytes... sdlib.ppas handles only 512 bytes per sector ! Will there be an upgrade (or sourcecode) included in next release? ( It is possible to do it using software and direct IO, but it would be nice to have in the build in ...
by galea.dk
30 Jan 2006 23:30
Forum: mikroPascal Wish List
Topic: SD card - display filename of all files
Replies: 4
Views: 8020

Could not get this code working

BUT! as you have guessed I found out why! before the line tmp := Sd_Read_Sector(RootDirStart, Data); //read rootdir I inserted RootDirStart := RootDirStart + 1; And suddenly I could see all the files on my Nokia 32Mbyte MMC card I will do some more check's on fat, and should I stumble on something G...

Go to advanced search