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)

3,183件の閲覧回数
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 返信

2,932件の閲覧回数
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 件の賞賛
返信