Hi,
making the strings used in tasks 'global' seems to have fixed this (messily), perhaps the debug mode allows more stack space for tasks since it isnt using sram?. It appears dangerous to allocate many local variables in tasks - though I am not sure how to quantify the stack headroom. IIRC the ...
Search found 2 matches
- Mon Nov 30, 2020 6:49 am
- Forum: NetBurner Software
- Topic: Using SRAM variables during debugging?
- Replies: 3
- Views: 2883
- Mon Nov 23, 2020 4:14 am
- Forum: NetBurner Software
- Topic: Using SRAM variables during debugging?
- Replies: 3
- Views: 2883
Using SRAM variables during debugging?
I have a simple program that uses most of the mod5282 processor time running a level 6 interrupt. This retrieves data from the qspi buffer, averages it and stores the result in an array and then refills the transmit buffer. The sampling rate is 100KHz.
I would like to put a handful of variables ...
I would like to put a handful of variables ...