Tool/software:
Hi Expert,
For freeRTOS, the stack pointer should be limited to access only range 0x0000-0xFFFF.
my customer are using ucos, is it also have this limitation for stack pointer?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Hi Expert,
For freeRTOS, the stack pointer should be limited to access only range 0x0000-0xFFFF.
my customer are using ucos, is it also have this limitation for stack pointer?
Hi,
Yes, the same limitation applies. The C28x CPU stack pointer (SP) has only 16 bits, therefore it can only access the lower 64K of data space.
Thanks,
Arnav