For those that are attempting to build the kwikstik demo and download it to the unit, I wanted to spread the word that there are other issues you will likely encounter even if you set the Flash programmer to Kinetis as suggested in the previous message. Presented here are the errors I saw and then the solutions (from a service request).
Errors:: #1 - a "error loading data producer reader" error when I ran debug configurations (sometimes, not all the time).
#2 - target download error (every time). If you hit "continue" anyway, the debugger starts in psp_tkti.c module.
Solutions:
#1 - I didn't get any answer to error #1 but it appears to not be critical.
#2 - Although several solutions were given to program the device, only one worked. The instructions are to erase
the device first and then program the kwikstik through the Standard download (see attached images).
Answer NO when you get the Secure Warning error message when programming.
After you download the program successfully and run the debugger, the debugger stops in the module dispatch.s. This seems wrong because other programs like "Hello World" immediately start executing from main() (from my memory). Don't worry however. If you continue stepping I'm told you'll get to main() soon enough.