Debugging problem

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Not applicable
hiii,i am trying to toggle LED on evolution board XMC 2Go

code:#include
int main (void)
{

DAVE_Init(); // IO004_Init() is called within DAVE_Init()
uint32_t i=0;
IO004_TogglePin(IO004_Handle0);

for(i=0;i<=0X1FFFF;i++);
return 0;
}
when i am trying to debugg this error is coming please clarify this,i am manually assigned pin connection as 0.8 and software setting also i have done
error: symbol-file C:\\Users\\Prathibha\\Desktop\\pol\\Debug\\pol.elf


thanls &Regards
prathibha
0 Likes
2 Replies
Not applicable
Hi Prathibha,

Have you tried to run and debug the "XMC_2Go_Initial_Start" from the Infineon webpage?

BR,
Zain
0 Likes
Not applicable
Thank you Zain for your reply .yes i am trying with that i am not able to solve and regenerate code error coming as failed to update one or more resources in the application model please see the error log for more information,in error log the message is failed to generate file ADC_004 confc.c Reason:Failed to initialize ADC_004 confc.jet templete file,please let me know how to solve


Thanks&Regards
Prathibha
0 Likes