Bootloader multicores MPC5777C

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Bootloader multicores MPC5777C

1,137件の閲覧回数
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,091件の閲覧回数
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 件の賞賛
返信