MPC5748 Muti_Core Debug

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

MPC5748 Muti_Core Debug

861 Views
mengmeng_yuan
Contributor III

Hi,

     I am debugging the Muti_core, but i only have one Demo as below . But it seems that the Project can't work. 

When i open the other two cores in the hw_init() function, then the project shows error.

can you give me some advice , or deliver a  muti_core that can work ok?

Thanks.

Labels (1)
Tags (1)
0 Kudos
3 Replies

776 Views
petervlna
NXP TechSupport
NXP TechSupport

Hi,

What do you mean by:

then the project shows error.

To activate cores is really simple.

1. Enable core is selected mode

2. provide start address

3. do the mode transition to mode there the core is enabled.

thats all,

regards,

Peter

0 Kudos

776 Views
mengmeng_yuan
Contributor III

Hi petr,

   Thanks for your response,  i see the hw_Init()  and the memory division , now i know how the muti_core works, thanks very much.

 

    To the multi core project, the question "error " means, when into the Pit function ,the IDE report the error below:

pastedImage_4.png

pastedImage_6.png

I compare it with the other PIT project which can work normal , they are all the same. I feel strange very much.

 Can you give me some advice?

Thanks.

0 Kudos

776 Views
petervlna
NXP TechSupport
NXP TechSupport

Hi,

No source available usually is only debugger fault when he is not able to reach the correct path to the source file.

Check if the SW runs without debugger.

If yes, then fix the paths of files for debugger.

regards,

Peter

0 Kudos