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.

调试28069出现的问题



我用的是28069开发板,我把程序下到Flash,在调试界面里点击reset CPU按键会出现No source available for "0x3ff75c" ,我对应了一下该地址,是在引导rom区域里Bootloader Functions函数段中的地址。我想这是不是我在3FFFC0地址里直接放了codestart段有关啊?从而导致复位时没调用Initboot函数。