开发板 Logic PD ,工具CCS5.4
用CCS新建的工程都是在USER MODE里,我要在ARM端 对PINMUX寄存器,而在USER MODE下没有权限,所以希望进入System Mode
这个模式的切换,是在工程配置里修改,还是在程序代码里改?
请高手指点下,谢谢
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.
开发板 Logic PD ,工具CCS5.4
用CCS新建的工程都是在USER MODE里,我要在ARM端 对PINMUX寄存器,而在USER MODE下没有权限,所以希望进入System Mode
这个模式的切换,是在工程配置里修改,还是在程序代码里改?
请高手指点下,谢谢
你好,
CGT默认模式是user mode, 在你的工程文件中添加boot.asm, boot.asm可以到下面的网站下载LED例程.
http://processors.wiki.ti.com/index.php/Boot_Images_for_OMAP-L138#Booting_ARM_Binaries