This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

STACK OVERFLOW

What stack size to put when using functions like fopen (in read mode) to prevent Hard Line Fault and overflowing the stack??

I tried by putting this

Stack EQU 0x00040000
It didn't work!

0