SREC flashing

cancel
Showing results for 
Search instead for 
Did you mean: 

SREC flashing

110 Views
abdelrhman
Contributor III

Hi
I have a question

When I flashed the .srec file of a project or mpc5744p simulink example, the application starts only once and after resetting the kit, the application did not start. keep in mind that I flashed this file into the flash memory not into the RAM part.

Thanks.

0 Kudos
1 Reply

101 Views
petervlna
NXP Employee
NXP Employee

Hello,

Most probably your application is missing valid RCHW (reset configuration word).

Once you load program to micro via tool, it probably set IP (instruction pointer) to the start address. (Debuggers do this by default usually)

And once you reset micro, the device will start from BAM and in BAM it will look for RCHW which define your start of you application.

Please refer to reference manual:

petervlna_0-1673433257353.png

Best regards,

Peter

0 Kudos