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.

你好,我用FileIOShell.exe把hex文件转换成bin文件后,是否再需要对文件进行解析,还是直接可以从串口吧bin文件存到flash的区里?

你好,我用FileIOShell.exe把hex文件转换成bin文件后,是否再需要对文件进行解析,还是直接可以从串口吧bin文件存到flash的区里?

FileIOShell.exe是否已经对hex文件解析了?

  • 你是通过什么方式将bin的数据传输到芯片里面的?

    如果是在线升级,不适用SCI boot的那种,一般需要上位机软件读取.hex或bin, 并解析,然后配合芯片上的升级代码进行烧写。

    Eric