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.

mcsdk_2_00_09_21中EPPROM烧写ibl无法正常启动问题



mcsdk_2_00_09_21中在参照<MCSDK INSTALLDIR>tools\writer\eeprom\dos下的说明往EPPROM烧写ibl时。

需要将<MCSDK INSTALLDIR>tools\writer\eeprom\src目录下的eepromwriter.c中的第64行

#define WRITE_DATA_ADDRESS     0x0c000000

改为:

#define WRITE_DATA_ADDRESS     0x80000000

否则下载后系统无法正常启动。