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] Are there any problem with my boot mode?

I am using c6747, and choose spi0 flash(M25P16) boot mode. BOOT pin state is OK.

I'm developing a bootloader, and it seems that the bootloader doesn't work. So I reduce my code, just leave one following ASM file:

 .global Init
 .text  
Init: 
 nop  5
 idle
 .end

The project generate a .bin file with the tool AISgen for D800K001.
I configured PLL using AISgen tool, and have checked that the DSP ROM is D800K001.
I burn this .bin file into flash, and the data in flash is verified.
But when power on, the DSP can't load data in flash automatically.
I've tried to change the order:0x41504954 and 0x54495041, nether of them worked.

Could someone tell me if there are any steps i have missed?

thank you very much.