Expected output for 'hello world' example on MPC5748G

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

Expected output for 'hello world' example on MPC5748G

1,668 次查看
cholland
Contributor V

Hi,

I am using the DEV-KIT and the qorivva recipes examples.

https://www.nxp.com/docs/en/application-note/AN4830.pdf 

DEVKIT Evaluation Board for MPC574xG|NXP  (DEVKIT-MPC5748G Quick Start Package(REV 0) )

https://www.nxp.com/docs/en/application-note/AN4830.pdfHOWTO: debug multi-core project in S32 Design studio 

So the 3 cores show up in the debug window. So far, so good.

I run each thread in each core. 

There is an LED that is supposed to turn on for each, letting me know that the thread is running in that particular core.

Unfortunately, that doesn't seem to work.

I don't know what the problem is or could be, other than a spurious interrupt that happens on the 'non-main' cores.

void dummy (void) { /* Dummy ISR vector to trap undefined ISRs */
while (1) {}; /* Wait forever or for watchdog timeout */
}

The same thing happens when I try  to run hello+pll and hello+pll+interrupt.

Thanks for your help.

0 项奖励
回复
2 回复数

1,283 次查看
jiri_kral
NXP Employee
NXP Employee

Hi Christopher, 

did you modified somehow the examples? I tried all hellos - and for me are all of them working correctly. All three leds are lit and for hello interrupts blinking. 

Which version of S32DS you are using?

Jiri

0 项奖励
回复

1,283 次查看
cholland
Contributor V

Thanks for your help.

I was using a different board with a different processor.

0 项奖励
回复