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.

HEX470问题



用HEX470将.out文件转为.hex文件,只转换了已初始化的段,而未初始化的段没有转换。那是不是只需在内存中给未初始化段的段留出空间,而不需要写具体的数据?有用的段只是已初始化的那一部分?