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.

C6747使用nandflash加载后,程序被加载到哪里去了



实现了从nandflash中启动

bootloader的spec上说了,for booting from NAND FLASH,the AIS should be written to NAND block1 (NAND block0 is not used by bootloader),

然后我的nandflash1 Block=(2K + 64)B x 64 Pages = (128K +4K) Bytes

NANDFLASH的起始地址是0x62000000

那程序是不是加载到0x62020000上去了,为啥内存显示是下面这个图?(程序就是个LED闪烁的程序)