Hi. I have written a code small code proejct for LPC2103 with LPCXPRESSO. I want to program it ISP over UART0 interface. But which output file in LPCEXPRESSO do I need to UUENCODE and then program.?
kr
Øystein
Hi @oykr,
After building the project, a Debug folder should be created. Inside it, you will find a .axf file, which can be used to generate the binary for the project.
This binary can then be used to program the MCU.
Best Regards,
Pablo