Regarding debug in core 0 and core 1 in MPC5777C

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

Regarding debug in core 0 and core 1 in MPC5777C

1,210件の閲覧回数
sourabhjain
Contributor III

Hi i want to know that if i debug both core 0 and core 1 in MPC5777C then if i fully run or i put core 0 in Run mode and try to debug core 1 in step. Then if suppose any interrupt which is define in both core is raised in core 1 during debug ?

means we can run core 1 code with core 0 code in full run mode ?  

1 返信

1,103件の閲覧回数
petervlna
NXP TechSupport
NXP TechSupport

Hi,

If the interrupt is configured to be executed in both cores, then it will be executed in both cores.

There is one interrupt controller INTC which sends external interrupt request to both cores.

The interrupts routines will be executed based on core status. (if he core is halt by debugger, then interrupt will be executed when core starts executing instructions again).

Peter