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 master boot EEPROM烧写文件制作的问题



各位专家:

    MCSDK中提供了一个I2C EEPROM boot 的测试程序,工程名称为post 其中提供了生产EEPROM烧写文件的方法。其中post.rmd文件如下:

-a
-boot
-e _c_int00

ROMS
{
 ROM1:  org = 0x0400, length = 0x10000, memwidth = 32, romwidth = 32
 files = { post2.b }
}

请问 org = 0x0400是否表示EEPROM烧写文件 在EEPROM的起始地址?如果是这样配置I2Cboot 是否要将 Parameter Index 设置为 8 (0x80*8=0x400)?

 

                                           谢谢!