RT1010 EVK and IAR debug connection

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

RT1010 EVK and IAR debug connection

469 Views
tom_m
Contributor I

I now have the app note code built on the IAR tools it requires. Now I am trying to get the code into my RT1010 EVK, IAR tools complain that no J-Link debugger is found. Is a J-Link debug required to be used or is there a way of using the debug connction built into the RT1010 EVK with IAR tools.

Best Regards
Tom M.

Labels (1)
0 Kudos
1 Reply

426 Views
victorjimenez
NXP TechSupport
NXP TechSupport

Hello Tom, 

The firmware of the on-board debugger on your EVK must me CMSIS instead of JLink and the project you are trying to run on IAR must be configured for a JLink debugger. To change this please follow the next steps: 

  • Go to the options of your project
  • Under category select Debugger 
  • Under driver select CMSIS DAP 
  • Click OK 

pastedImage_1.png

That's it, now your application will stop looking for a JLink debugger. 


Have a great day,
Victor

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos