Interrupt vectors should be run from RAM

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Interrupt vectors should be run from RAM

414 Views
jerryfavero
Contributor I

I have set the CPU component as in figure :Hi,

I'm testing the FRDM-K20D50M board (128K flash). I flash it with UTASKER USB Bootloader (uTaskerSerialLoader_FRDM-K20D50M.S19)

I made a little code for blinking a led with Processor Expert

The owner application  reset code must be linked at 0x8080.

Interrupt vectors should be run from RAM or set to a location in the code (not left at 0x00000000)" .

I have set the CPU component as in figure , but it 's wrong.

Immagine1.jpg

The Output File Format must be  ".bin" .

It's possible to do it with Processor Expert?

Thanks

Jerry

0 Kudos
1 Reply

254 Views
adriancano
NXP Employee
NXP Employee

Hi,

You may find useful this post on the MCU on Eclipse blog:

serial-bootloader-for-the-freedom-board-with-processor-expert

Specially in the part Application Memory Map.

There you can also check the S-Record (S19) Application File Generation to know how to create the .bin file.

I hope this information can help you.

Regards,

-----------------------------------------------------------------------------------------------------------------------

Note: If this post answers your question, please click the Correct Answer button. It would be nice!

-----------------------------------------------------------------------------------------------------------------------

0 Kudos