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.

我使用C2000的28069F芯片,跑motorware的电机程序,不对芯片加密时候正常,对芯片加密后,程序就不能正常运行了。

Other Parts Discussed in Thread: MOTORWARE

我使用C2000的28069F芯片,跑motorware的电机程序,不对芯片加密时候正常,对芯片加密后,程序就不能正常运行了。我看datasheet上说未加密的RAM不能调用加密部分,而加密部分调用未加密的RAM或者外设寄存器,需要创建什么地址入口。这部分搞不太清楚。我的程序会把flash的执行程序移到RAM运行,哪位知道怎么解决这个加密问题?