Hello Alice,
My chip is MK66FN2M0VMD18 / 0N65N / CTAD1530E.
I saw on NXP, KSDK was supported. The good version of SDK for that IDE is SDK_2.0_FRDM-K66F.
It is recommended on the quick started on nxp.com.
About the project, I choose a Kinetis SDK 2.x Project, and the processor MK66FN2M0xxx18, "All drivers" and "none" for Selected RTOS.
So, the first problem I have is that debugger don't work (OCD, PNE, Segger). I have different problem for each.
The second one is that Kinetis can't compile C code on my board. I mean I try but I can't.
My code is very simple. I just add to the main script a printf and obviously the #include <stdio.h>.
No error in my code so BUILD is ok. I have the message on the console. However I have no message on the console for RUN.
So I check the board with a serial port connection on a terminal like TeraTerm, and I only see values of the basics program which are x and y positions.
So my program has not been compiled on the board.
How can I compile code on my board?
Thank you by advance