I am developing a board based on the FRDM-K64F Platform.
I want to program this board directly with SWD interface. I am trying, without success, to find a guide on how to modify the debugging setup of MCU Expresso in order to use the SWD interface for programming/debugging a project made for the FRDM-K64F platform.
Regards,
Luis
Hi Luis Martinez,
Depending of the debugger you're using, the MCUxpresso can detect the different interfaces connected as the next image show: in my case i'm using the Freedom K64, so the interfaz detected is the OpenSDA, the debugger you're using should appear here.
When you create a debug session, two files are created in the project as the next image show:
If you click in this files, you will enter the debug configurations of the project, in the Debugger tab you can see which protocol are you using, the SWD is the default configuration so you shouldn't change anything.
I hope this helps.
Best Regards,
Alexis Andalon