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

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

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

1,892 次查看
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)));
}

标签 (2)
0 项奖励
1 回复

1,641 次查看
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 项奖励