I try to use RL-FlashFs read file from a SDcard
in a RL-rtx task.
It dosnot work.
Debug , Cannot go to main() .
RL-FlashFs Can work with RL-rtx?
Does the flash file system requires dynamic memory? In that case - have you supplied a large-enough heap?
yes it does. Keil report that you must define at least 0x400 bytes of heap.
Thanks a lot!! I forgot to set the heap size (it was 0x00) and now it seams to work well!!
Thank you all.