Search found 7 matches
- Thu Feb 15, 2024 8:15 am
- Forum: NetBurner Software
- Topic: Ramdisk
- Replies: 14
- Views: 26216
Re: Ramdisk
It’s working here. Thanks for your help.
- Tue Feb 13, 2024 10:02 am
- Forum: NetBurner Software
- Topic: Ramdisk
- Replies: 14
- Views: 26216
Re: Ramdisk
That agrees with my cardtype.h. I'm running my app (recently inherited) where I replaced the flash with the RAM disk.
- Mon Feb 12, 2024 8:32 am
- Forum: NetBurner Software
- Topic: Ramdisk
- Replies: 14
- Views: 26216
Re: Ramdisk
The display doesn't match the size of ramdisk exactly but I imagine there is some overhead. If I set it to 256k, I get 243,200.
Related to this... I was able to use ftp from my desktop computer to get a file I created on flash. Using the ramdisk instead, I can see the file is being created ...
Related to this... I was able to use ftp from my desktop computer to get a file I created on flash. Using the ramdisk instead, I can see the file is being created ...
- Wed Feb 07, 2024 1:32 pm
- Forum: NetBurner Software
- Topic: Ramdisk
- Replies: 14
- Views: 26216
Re: Ramdisk
So… until I tried to change its size, I had a ramdisk but couldn’t tell because the DisplayEffsSpaceStats showed the total flash memory instead of the ramdisk memory. I also get the flash stats when I run the EffsFatRamMinimal example program. Is there another way to display the ramdisk stats?
- Tue Feb 06, 2024 6:26 pm
- Forum: NetBurner Software
- Topic: Ramdisk
- Replies: 14
- Views: 26216
Re: Ramdisk
Thank you for this! The part I didn’t find at all was the RAMDRV0_SIZE. I’ll try it in the morning.
Kansuze
Kansuze
- Tue Feb 06, 2024 2:47 pm
- Forum: NetBurner Software
- Topic: Ramdisk
- Replies: 14
- Views: 26216
Re: Ramdisk
MODM7AE70, 8 MB Ram of which the program uses 20% when built in debug mode. Some dynamic allocation but not at startup when I have this problem. I ran the minimalram example and then incorporated it into my code. It creates a 50k RAM disk with a FAT file system on it. The mention of 2.8 MB is within ...
- Tue Feb 06, 2024 11:29 am
- Forum: NetBurner Software
- Topic: Ramdisk
- Replies: 14
- Views: 26216
Ramdisk
Version 3.4:
There is an example program for using a small ramdisk and I can configure one in my software. I can format, mount a FAT file system, and change to it, but when I try to use a 2.8 MB ramdisk (medium size according to the software), the error message says the disk is too small. Really, I ...
There is an example program for using a small ramdisk and I can configure one in my software. I can format, mount a FAT file system, and change to it, but when I try to use a 2.8 MB ramdisk (medium size according to the software), the error message says the disk is too small. Really, I ...