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!