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.
请问:使用28035 SCI引导模式,拉高GPIO34,拉低GPIO37,使用串口助手发送‘A’,为什么不返回?我看资料说DSP会自检波特率
请参考TMS320x2803x Boot ROM Reference Guide(sprugo0)手册,更详细一点了解整个BOOT流程,特别是2.16 SCI_Boot Function章节的Figure 12. Overview of SCI_Boot Function,SCI BOOT流程图,其中提到vaild key value是0x08AA,所以应该是发送08和AA,而不是单个A.
您好:1:前一环节自动检测波特率时,不是应该发送 "A"或“a”吗?应该返回吗?
2:之后以.hex文件 AA 08开头的数据发送。我想问能以.hex文件发送吗?还是必须以.bin文件发送?
谢谢您的回复
zqdl 说:1:前一环节自动检测波特率时,不是应该发送 "A"或“a”吗?应该返回吗?
For an 8-bit data stream, the key value is 0x08AA and for a 16-bit stream it is 0x10AA
zqdl 说:2:之后以.hex文件 AA 08开头的数据发送。我想问能以.hex文件发送吗?还是必须以.bin文件发送?
需要你去解析,不能直接发送hex格式的文件,请参考Bootloader Data Stream Structure章节进行数据处处理。