I've been tasked with investigating the Kinetis family of MCUs. Therefor I've got the Kinetis Kwik Stick.
I already got the latest version of IAR for ARM (6.2x) and I have donwload and compiled the KwikStik Demonstration Software (KWIKSTIKDEMOSWLAB.zip and then then the MQX RTOS & Kinetis patch).
I can download and debug the code in the IAR but try as I might I can't seem to single step through anything or set any breakpoints?
In short - how can I debug/single-step code on the KwikStick in IAR?
Solved! Go to Solution.
Sorted....
Enable "Options/C Compiler/Output/Generate Debug information"
Or
In the Drop Down box - change the Project Configuration from "Int Flash Relese" to "Int Flash Debug".
I have changed optimsation from "High" to "None"
Sorted....
Enable "Options/C Compiler/Output/Generate Debug information"
Or
In the Drop Down box - change the Project Configuration from "Int Flash Relese" to "Int Flash Debug".