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.

TMS320F28075: 如何实现软件复位与清空RAM?

Part Number: TMS320F28075
Other Parts Discussed in Thread: C2000WARE

原因:我在cpu1上烧录了两段代码,boot.app。每次boot-app运行正常,从app-boot-app,运行就会出现问题,即使我在boot中什么也没有操作。跳转使用的语句是asm(" SB 0, UNC");

 我怀疑是ram数据没有清空导致的。

我有两个问题需要求助。

1. 有没有一个复位函数可供调用,这个复位函数执行后会清空RAM?

2. 有没有直接可以清空RAM的库函数?