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.

c6748 boot from spi1 flash problem

Hi,

After generating the .bin file, I managed to flash onto the board. When board powers up, I saw it always get stuck here:

0x0001E000       IDLE

In linker file, I have the following code added:

-l rts6740.lib

SECTIONS

{...

boot > SHRAM

{

-l rts6740.lib<boot.obj>(.text)

}

}

I looked into the memory and the .out file is present (with _main) but it was not getting called.

What does it mean when DSP sitting on IDLE and could you advice where should I start looking to see why it did not make the jump to main?

Thanks,

Syazani