# Make sure that we are using SWD monitor interface SWD # Set monitor speed monitor speed 1000 # Set device ID to LPC1343 monitor flash device = LPC1343 # Set monitor to little endian monitor endian little # Enable flash download monitor flash download = 1 # Transfer the firmware to the device load "../../firmware.elf" # Reset device and start execution monitor reset lpcrc firmware.bin make clean make None $(WorkspacePath)/../../ make clean make None $(WorkspacePath)