Hello,
I am currently using a Teensy 3.2 board, which consists of a MK20DX256VLH7 as its main MCU. I am compiling the code for it using Arduino IDE, and uploading code to it via Arduino IDE (USB).
Now I have made a new breakout board, whereby I have have removed the USB connector (and the accompanying USB communication chip) and exposed the JTAG pins. Then I want to take the elf/hex files that have been compiled using the Arduino IDE, and then upload them to to the MK20DX256VLH7 using JTAG pins and the U-MULTILINK-FX programmer. So, how do I do this?
I have tried using MCUXpresso, but I find it very difficult to work with this. Specifically:
- there is no SDK for the MK20DX256VLH7. That brought me to this post. There it is recommended to use CodeWarrior/IAR. Should I be using that instead of MCUXpresso?
- I can't access the "debug" / "flash GUI" buttons without first selecting a board/SDK it seems (which is impossible because there is no board/SDK for the MK20DX256VLH7).
Many thanks!