Bootloader multicores MPC5777C

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

Bootloader multicores MPC5777C

1,086 Views
Othmane1
Contributor II

Hi,

I have a question regarding a bootloader i'm developing for a board with MPC5777C, which is: i only need to jump to the reset vector of core0 from the bootloader, and core0 will take care of booting core1(assuming i have defined all that flags necessary make it possible: START_FROM_FLASH, TURN_ON_CPU1...) right? or i need to do something also for core1?

0 Kudos
Reply
1 Reply

1,040 Views
petervlna
NXP TechSupport
NXP TechSupport

Hello,

Yes, your understanding is correct.

I do not know what the options START_FROM_FLASH, TURN_ON_CPU1 do, but all you need to do is basically, intialize RAM, MMU and start core1 in SIU module.

petervlna_0-1696232462241.png

 

Best regards,

Peter

0 Kudos
Reply