Expected output for 'hello world' example on MPC5748G

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

Expected output for 'hello world' example on MPC5748G

1,671件の閲覧回数
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,286件の閲覧回数
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,286件の閲覧回数
cholland
Contributor V

Thanks for your help.

I was using a different board with a different processor.

0 件の賞賛
返信