6726B SPI0 slave mode from external MCU启动方式是怎么个过程
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.
6726B SPI0 slave mode from external MCU启动方式是怎么个过程
上电后外面的MCU通过SPI0把启动程序发到6726上
6726接到程序后执行
6726bootloader 会自动接收SPI0从的程序,还是先存在外部存储器上再加载
6726会自动从SPI0接收程序
http://www.ti.com/lit/an/spraa69d/spraa69d.pdf
6726B 连上仿真器后,load程序会问题。
我先对CPU复位后再load程序出现如下:
C672X_0: Trouble Writing Memory Block at 0x1000a79c on Page 0 of Length 0x78: (Error -1060 @ 0x0) Device is not responding to the request. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 5.0.747.0) ,然后cpu free running
因为没有debug模式,我如何在线加载.out文件