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.

TMS320F28335: 堆栈损坏检测

Part Number: TMS320F28335


我使用安全库IEC60730关于堆栈损坏检测的代码的代码,

_STACK_END 的地址 0x350

#define STL_SPC_DETECT_UNSAFE_STACK_RANGE 0x003FU

stackRefAddress = 0x33F

但是我需要验证这个功能是否正常,所有我对0x33F的地址写入数据,但是无法触发RTOS中断,

通过仿真,已知数据已写入地址。

请帮我看看我的代码是否有问题或者触发RTOS中断的条件有问题

谢谢!