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.
您好!
您能否先尝试运行 HALCoGen 中提供的 FEE 示例? 这些示例可在帮助->示例中找到。
如果示例在器件上正常工作、则应调试/验证 RTOS 完成的设置。
我认为问题是、当不处于特权模式时、我调用 TI_FEE 写入同步例程。 我正在运行 FreeRTOS。 我看到过使用 SVC 中断来执行特权模式的示例、这看起来很麻烦。 是否有方法可以在无需进入特权模式的情况下实现永久性存储器变量?
进入特权模式的最佳方式是什么? 此操作是否必须通过 SVC 执行? 是否有简单的方法来声明在特权模式下运行的例程?
您好!
我回答了以下主题中的类似问题:
https://e2e.ti.com/support/microcontrollers/hercules/f/312/t/632209
这应该会有所帮助。