准备定义一个全局变量,内容为"1234567890",放在FLASH的某个地址上,如0x1b00。我希望是程序编译完后,生成的hex文件转换成bin文件之后,在0x1b00位置上,就有这串数据写在里头。这个要如何操作呢。
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.
准备定义一个全局变量,内容为"1234567890",放在FLASH的某个地址上,如0x1b00。我希望是程序编译完后,生成的hex文件转换成bin文件之后,在0x1b00位置上,就有这串数据写在里头。这个要如何操作呢。