Expected output for 'hello world' example on MPC5748G

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

Expected output for 'hello world' example on MPC5748G

912 Views
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 Kudos
2 Replies

527 Views
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 Kudos

527 Views
cholland
Contributor V

Thanks for your help.

I was using a different board with a different processor.

0 Kudos