Hi,
I'm not able to program and debug the TRK-KEA8 demo board, neither through the openSDA connected directly to the board's USB port, nor through a J-LINK programmer connected to J12 on the board. I'm using IAR 7.2.
Does anybody know how to get it working with IAR? I have no problem using the Kinetis Design Studio, just with IAR it don't work.
Thank you.
Solved! Go to Solution.
Ok, I found the solution, at least for openSDA.
1. Install openSDA drivers from PE Micro.
2. check "use flash loader" in IAR openSDA configuration
Now let's see if I can get the J-link working too...
Ok, I found the solution, at least for openSDA.
1. Install openSDA drivers from PE Micro.
2. check "use flash loader" in IAR openSDA configuration
Now let's see if I can get the J-link working too...
Hello Daniel:
Good to know that you resolved it with OpenSDA.
What about J-Link? Is it working?
- First you have to select J-Link in the Debugger options:
- Then from the J-Link/J-Trace menu under "Connection" make sure that SWD is checked:
Regards!,
Jorge Gonzalez
Yes, I got j-link working too, in the end.
It was the same problem as with openSDA. The "use flash loader" must be checked in the debug configuration.
Daniel