Page 2 of 2

Re: Ramdisk

Posted: Mon Feb 12, 2024 10:04 am
by TomNB
Hello, correct, the file system needs space for the file system management. That is why it is less. Just like any hard drive you would see on a PC.

In cardtypes.h: #define EXT_FLASH_DRV_NUM (F_RAM_DRIVE0), so it should work based on what I see in the FTP example. Is that what you are running with no modifications other than uncommenting the ram drive instead of mmc?

Re: Ramdisk

Posted: Tue Feb 13, 2024 10:02 am
by Kansuze
That agrees with my cardtype.h. I'm running my app (recently inherited) where I replaced the flash with the RAM disk.

Re: Ramdisk

Posted: Tue Feb 13, 2024 11:38 am
by TomNB
If you want me to try it here, please use the example and only change the cardtype.h. That way I can test the same code.

Re: Ramdisk

Posted: Tue Feb 13, 2024 2:10 pm
by TomNB
EFFS-FTP example works for me using FileZilla.

Re: Ramdisk

Posted: Thu Feb 15, 2024 8:15 am
by Kansuze
It’s working here. Thanks for your help.