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.

LF2406RAM问题



可以用仿真器把程式烧写进LF2406,但是写到ram中调试时出现错误,错误为Data verification failed at address

0x0,please verify target memory and memory map,请问是哪个地方出问题了。

  • 请弄清楚你的代码是放在flash上或RAM上的。CMD文件中的.text映射到哪里?

    如果是Flash,使用烧写(tools-->on-chip flash programmer),如果是RAM,则只能load(file-->load)而不是写进去,因为掉电就丢失了。