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
Insufficient stack...?
Almost certainly not a Dealy bug.
http://www.keil.com/forum/19955/
In effect it works when I increase the size of the stack!
I guess the size of the stack depends on the size of the file to be opened?
Glad I could help you.
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