No source available for "0x0" -when creat S32 project from example (hello world)

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

No source available for "0x0" -when creat S32 project from example (hello world)

1,430 Views
jianmin_zhou
Contributor II

I Create an example(hello world) project using S32 DS , when i debug ,it always reports "No source available for "0x0" "

don't know what is the problem ?   actually, the problem doesnt' do anything , only delay 

for (;;)
{
/* Insert a small delay to make the blinking visible */
delay(720000);

/* Toggle output value LED0 & LED1 */
// PINS_DRV_TogglePins(GPIO_PORT, ((1 << LED1) | (1 << LED2)));
}

Labels (2)
0 Kudos
1 Reply

1,179 Views
jiri_kral
NXP Employee
NXP Employee

Hi, 

your program ends in exception for some reason (clock issue?). Did you modify the example? Unfortunately I don't have board with S32K118 and can't test the hello word by myself. But when I look at the code - the example looks okay and should work. 

Jiri 

0 Kudos