Hello,
Thank you very much for replying to my message.
I have that package that you mention already downloaded into my machine. I followed the instructions indicated in the FRDM-K22F-QSG.pdf successfully, and installed the drivers correctly, updated bootloader. At the end of this document it just mentions a couple of IDEs that are available, but that is where it ends.
I downloaded the Kinetis software dev kit from freescale.com/ksdk.
I followed the instructions I read from someone else in this forum that in order to get the KS IDE working, i had to follow the instructions in the "Getting Started with Kinetis SDK (KSDK).pdf". Following those instructions I was finally able to successfully compile a Hello_world demo program into .elf. Then I used objcopy.exe to turn the .elf into a .bin, which I then had to manually copy over the mbed directory to write into the K22.
My problems with the Kinetis Design Studio are:
- Compile a program to produce .bin files instead of .elf files
- being able to directly load/run/debug a program using the IDE, instead of having to manually copy and paste the .bin file into the mbed drive.