使用转换工具链生成了i2c.ccs格式的文件,但是使用官方的romparse(mcsdk_2_01_02_06\tools\boot_loader\ibl\src\util\romparse)最后生成的i2crom.ccs文件大小是0Kb。这是因为什么问题
中间文件的生成程序b2ccs,b2i2c将源代码中max_size 调整为了0x80000000
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.
使用转换工具链生成了i2c.ccs格式的文件,但是使用官方的romparse(mcsdk_2_01_02_06\tools\boot_loader\ibl\src\util\romparse)最后生成的i2crom.ccs文件大小是0Kb。这是因为什么问题
中间文件的生成程序b2ccs,b2i2c将源代码中max_size 调整为了0x80000000