Hello,
- I am able to compile my program on KSC without any errors and generate a .bin file.
- I am converting the .bin to a .hex file using on online converter here.
- I am copying the .hex file into notepad and saving it as a .hex file
- I am then using FlashMagic to load the hex file into my LPC1114 based target, but unfortunately it will not run.
- Here is what my mbed.json looks like
(So, baremetal is selected.)
I am assuming I can do this and that KSC is not limited to just Keil dev boards. This same program ran ok when compiled with the original mbed online compiler, so I am now trying to get it to work using KCS. The code has been updated to make it compatible with KSC eg using thread_sleep_for(100000) instead of wait(0.1)
Can anyone point me in the right direction here? Is there something I am missing?
Thanks
AndrewR