DSP28335测试总结
看门狗检测位WDCHK:需要向WDCHK(2~0)写1、0、1,写其他任何值都会引起器件内核的复位(看门狗已经使能),此检测位执行读操作将返回0、0、0.
6 软件报错与处理
6.1CCS Setup中仿真器的配置
新的开发板买回来,安装软件不连接硬件,直接打开后报错:
Error initializing emulator I/O Port = 510
Board Name: F28335 XDS510USB Emulator Cpu Name: cpu_0
15
DSP28335测试总结
Abort: Close Code Composer Studio. Retry: Try to initialize the emulator again. Ignore: Ignore the initialization error and start potentially without target debugging access. Diagnostic: Run diagnostic utility.
问题解决:①如下图,一定要在family中找到F28XX,而不能在C28XX中去选F28335
②在属性配置中一定设成下图所示的选项:
16
DSP28335测试总结
6.2Connect报错——1145——换仿真器解决
Error connecting to the target: Error 0x00001200/-1145 Error during: OCS, Target, Unrecoverable emulation error
I/O Port = 240
Board Name: F28335 XDS510-USB2.0 emulator Cpu Name: TMS320C2800_0
Abort: Close Code Composer Studio. Retry: Try to connect to the target again. Cancel: Remain disconnected from the target Diagnostic: Run diagnostic utility.
继续RETRY之后,会出下面错误——1037
17
DSP28335测试总结
再RETRY一次,错误变成了1031
此时关闭软件,系统还总会出现下面的错误
解决:用了一个ICETEK_5100USBV2.0仿真器,此问题解决。看来仿真器可能存在匹
配或硬件等问题。
18