View Issue Details

IDProjectCategoryView StatusLast Update
0000496PicoCOM2SD/MMCpublic2011-03-08 14:25
ReporterKiepferAssigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Product VersionV1.16 
Target VersionV1.17Fixed in VersionV1.17 
Summary0000496: Some SD Cards can not be written on.
DescriptionCustomer reports that there are several SD cards that show this problem. Reading access is not affected.
Forum Link
Found Driver VersionV1.2
Fixed Driver VersionV1.3

Relationships

related to 0000434 new Some SD-cards can not be access correctly. Data transfer and following access hangs in this case. 

Activities

Kiepfer

2011-03-08 13:49

developer   ~0000335

CMD25 (multiple block write) seems to be responsible for that problem.
Workaround: Can be disabled in SDMemory driver
http://msdn.microsoft.com/en-us/library/ms890889.aspx

[HKEY_LOCAL_MACHINE\Drivers\SDCARD\ClientDrivers\Class\SDMemory_Class]
   "SingleBlockWrites"=dword:1 ; force the driver to use single block access
[HKEY_LOCAL_MACHINE\Drivers\SDCARD\ClientDrivers\Class\SDMemory_Class\High_Capacity]
   "SingleBlockWrites"=dword:1 ; force the driver to use single block access

Kiepfer

2011-03-08 14:25

developer   ~0000336

Merged latest changes from AT91SAM9G45.
Busy state after Block writes will be checked manually