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.

Problem with EMIF boot DM6446

Hello,

My device uses booting from EMIF flash and I have problem with executing of my project.

I had written bootloader. It copies project into ARM RAM, then braches to entry point.

But executing first command "MRS R0, CPSR" places core to reset.(Probably exception because undefined instruction)

However (for experiment) when this command is placed in bootloader. It is executed from EMIF flash correctly