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.

TMS320f28235 CCS6 将out文件转成bin文件通过flash API 烧录在FLASH

Other Parts Discussed in Thread: TMS320F28235

TMS320f28235 CCS6 如何将out文件转成bin文件?通过flash API 烧录在FLASH里面

  • 可以用C:\ti\ccs\utils\tiobj2bin 来进行转换
    网络上也有很多相关的文章:
    blog.csdn.net/.../73718043
  • 按照这个方法,转出来的.bin文件大小512K,.hex文件是71k,bin文件能缩减大小吗?常规固化是用hex文件吗?,还有个问题如果我用hex文件烧录,我转出来的hex文件有两个扩展线性地址记录(HEX386) ”04”,第二个扩展地址后面的数据也要写到FLASH里面吗?第二段数据跨扇区了怎么处理?
  • 你可以看一下这个帖子里面的方法:

    user6104548 说:
    常规固化

    是指什么?一般烧写程序吗?你是要用bin文件完成什么操作?