Hi all, I try to use the library RL-FlashFs in one task. But I can not do it! By cons, when I execute the code inerted in the main (just before starting the OS), then it works!
So my question is: why it does not work in a task?
Thank you for your help.
Bernard
p.s. I use an LPC1768 (Cortex M3) with the MCB1700 board
Glad I could help you.
I guess the size of the stack depends on the size of the file to be opened?
Not exactly. The chosen stack size should be big enough to allow the program to function correctly. I hope you are not storing the file data in a stack variable...!
Normally no! Thank you anyway