J-Link debugger

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

cross mob
Anonymous
Not applicable

Hi,

   

I am trying to use the J-Link for debugging. I use the steps mentioned in "FX3 Programmer Manual". However, when I start  debugging, I cannot see the codes being executed. Only a message is shown: No source available for ""

   

I would appreciate it if you could help me fix this issue.

   

Thanks,

   

Nazila

0 Likes
1 Reply
RoKl_290166
Level 4
Level 4
Welcome!

Hi,

   

did you define your application in the "Debug Configuration" dialog of Eclipse?

   

Select <Run> => <Debug Configurations> in the menu, select the configuration of your project in the tree on the lefthandside, select the tab <Main> and define in the option "C/C++ Application:" the elf-file you wanna run on debugger (use the button "Search Project...").

   

Best regards!

   

Robert

0 Likes