Hey TI experts,
I have a little memory issue and I was hoping you could share some light on the subject.
As I'm trying to allocate memory on the stack in my code, I'm able to build the code buy when running it gets stuck with no error, when I step in one line at a time, I'm getting the warnning :
" The stack pointer for stack 'XdataStack' (currently XData:0xFFFF) is outside the stack range (XData:0x0001 to XData:0x0281)"
-I've changed the heap size to 1000 in the project properties. (which let me allocate a little bit more but still not enough)
-Looking at the map file shows this:
114 619 bytes of CODE memory
35 bytes of DATA memory (+ 77 absolute )
4 180 bytes of XDATA memory
194 bytes of IDATA memory
8 bits of BIT memory
4 142 bytes of CONST memory
which seems ok
If I'm trying to allocate less memory it works fine.
Thanks in advance.