Bootloader multicores MPC5777C

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Bootloader multicores MPC5777C

1,138 次查看
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 项奖励
回复
1 回复

1,092 次查看
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 项奖励
回复