Learning and teaching my self ARM here. Just wondering does the Olimex ARM-USB-TINY-H work with LPC114, with OpenOCD and Eclipse?
From my understanding of the toolchain, it doesn’t appear it does.
NXP has on their web site listing ARM-USB-TINY-H does support the LPC1114, but Olimex’s site says SWD, only JTAG (except using the JTAG to SWD adapter with Crossworks).
LPC1114 looks like SWD only, no standard JTAG, so I can’t use this debugger? Not with OpenOCD.
So what is the best way for a beginner to get debugging with LPC111x MCUs with SWD, any open source or free options I have, I currently have just been using the serial bootloader, but would like to have some debugging abilities. I can see that LPCXpresso would be okay, but I don’t want to be locked into the CodeRed IDE.
My background is mainly AVR where all the debugging software is free, and you just pay for the debugger.
Thanks.