I continued my project to realize a sqlite database application using sd-card as source.
I am faced now with an other problem. I have some different SDHC with varying speed(class 1,1,4,10).
The netfm application detects at each card an unformated storage device.
The cards have been formatted in windows by system or by SD formatter. No matter…
During the mf-mounting I don’t use any extra parameters for speed.
what’s wrong?
according to which specification sd-cards for g400-d and NETFM must match?
1)An other point of formatting is the block size. I have never read about block-size incompatibility.
2)There are some samples using mount(int speed). How can I find out if the optional speed parameter has to be used?
(once I tried to select a speed, this leads to an ghi.hardware.dll exception)
@ Dat:
I found a very simple code posted by yourself. the code describes how to manually mount and check sd-card volumes.
mounting was successfully but the sd-card volumeinfo replied is always ‘unformated’
I tried to manually implement a ondevice format by [em]vol[/em].Format(“FAT”,0)… but this failed after a big time delay
FAT32 failed directly after calling “Format”
I’ve read in different postings, that an invalid mount speed leads to an exception during the mount operation in the hardware.dll.
So that’s clear for me.
Is there any case, where the sd-card volume is recogniced correct but accessed in invalid way so that netfm gives wrong feedback.
– recogniced in wrong way means, invalid hardware access through port pins…
[quote]Can anybody tell me sd-card types which are successfully in use on G400D?
Please specify file format, class, speed, vendor, size of volume [/quote]
@ hweinfurterAAE
Because of somehow, I (Dat) modified this post and no way to undo it :)) Sorry hweinfurterAAE. I think I need some coffee.
[quote]Can anybody tell me sd-card types which are successfully in use on G400D?
Please specify file format, class, speed, vendor, size of volume [/quote]
No specific file format, class… just format by window and keep everything default except change to FAT32 even the size is under 2G
And post a picture that shows us how you connected the SD card to G400
I found new micro sd-card which is detected in a correct way.
I didn’t elaborate the difference in specification yet.
from a standard point of view no difference, FAT32…
@ EvoMotors - can you describe poor connection?
I found out that some valid cards be invalid in a bad hardware situation. the cabling seems to be correct.
The valid card has been detected as unformated inspite of being formated.