将TMS320F280049C的示例代码移植到TMS320F28379D的基板上,程序总是reset
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.
将TMS320F280049C的示例代码移植到TMS320F28379D的基板上,程序总是reset
After a reset, the reset cause register (RESC) is updated with the reset cause. The bits in this register maintain their state across multiple resets. They can only be cleared by a power-on reset (POR) or by writing ones to the register. Each CPU has its own RESC register, referred to as CPU1.RESC and CPU2.RESC
运行您的程序后观察该寄存器,如下
您可以参考 TRM 的 3.3 Resets 具体查找reset的原因