There is a simple erase/program command line option for this utility:
The syntax for starting the program in automatic mode with command
line arguments is as follows:
LPC210x_ISP.exe "U:\test\KeilLED\KeilLED.hex" 14745 LPC2106 COM1:
115200 1
*path and file name have to be set in quotation marks if they contain
spaces
*crystal frequency in kHz
*device name as in the pull down list of the LPC210x ISP software
communications port
*baud rate
*the number 1
Richard
Does this ADS-style shorthand now work with GAS version 3.3+?
ldr r0,=0x80000000
(To load r0 with the "constant" 0x80000000, where the assembler
decomposes it into a constant and a ldr referencing the address of that
constant?)
It assembles..
Thanks!
> Does this ADS-style shorthand now work with GAS version 3.3+?
Yes. Progress marches on ;)
--
-- Lewin A.R.W. Edwards (http://www.zws.com/)
Learn how to develop high-end embedded systems on a tight budget!
http://www.amazon.com/exec/obidos/ASIN/0750676094/zws-20