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.
工具/软件:Code Composer Studio
您好、先生、
我想将 SCI boot1与 GPIO28和29一起使用。 在写入 BOOTCTRL 寄存器之前、我想先做一些实验。 但我不知道如何访问和设置 EMU_BOOTCTRL 控制字。
谢谢、此致
不能只使用调试器、设置存储器位置、然后复位 CPU?
正如 Torsten 提到的、您需要连接到 CCS、然后通过内存监视窗口、用适当的值写入 EMU_BOOTCTRL 地址位置、然后复位 CPU、现在当您运行 CPU 时、它应该按照 EMU_BOOTCTRL 位置中的新设置进行引导。
此致、
Vivek Singh