2009-05-16 04:01:37 UTC
I did not mean the device programming, I meant that it would be nice to be able to have an "ARM device explorer" with register and bits information to have as a reference when programming. The AVR plugin has that funcionality.
As for device programming, I succesfully integrated command-line flashmagic as an external tool and download the firmware with a single click. These are my options:
Location:
F:\Archivos de programa\Flash Magic\FM.EXE
Working directory: (i have another for downloading release)
${project_loc}\debug
Arguments:
COM(4, 38400)
DEVICE(LPC2148, 12.000000)
HARDWARE(BOOTEXEC, 50, 100)
ERASE(DEVICE, PROTECTISP)
HEXFILE(${project_name}.hex, NOCHECKSUMS, NOFILL, PROTECTISP)
VERIFY(${project_name}.hex, NOCHECKSUMS)
Did you see my other post on the help forum?
THanks!
Regards,
Alex