DSP 28335 实现IAP在线升级,hex文件怎么写到flash中呢?每一行的数据和地址怎么对应?有没有解析hex的软件?
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.
DSP 28335 实现IAP在线升级,hex文件怎么写到flash中呢?每一行的数据和地址怎么对应?有没有解析hex的软件?
https://github.com/596142041/STM32-DSP_CAN_Boot.git
你可以参考一下里面的hex_to_bin.c文件中部分代码代码.
IAP的话,C2000 controlSUITE 您可以看一下

以及
c:\TI\c2000\C2000Ware_1_00_04_00\device_support\f2833x\examples\f28335_flash_kernel\
- SCI_Boot.c
- Share_Boot.c
你好,如果用labview解析生成的hex文件,就是将28335的hex文件按照hex的格式,全都解析出来,按长度,偏移地址,类型等分类提取出来。现在没有上位机,不会用labview,请问IAP过程中,怎么用DSP来解析hex文件、读取、按照地址和长度烧写到flash中呢