Hi,
I am using LPC2148 based ARM7 processor (MCB2140 Board) for my development.
I used Flash magic tool to download the firmware through Serial Port (COM0 RS232 ).
Instead of using RS232 COM port in MCB2140 Board, is there any method to use USB (one which powers up the board) through which can i download my HEX files .
Any help is really appreciated
The NXP-supplied boot loader only supports RS232 from the first serial port.
If you want to download using USB, you must write your own boot loader, i.e. the NXP boot loader starts your boot loader, and your boot loader receives data from the USB port.
Thanks a lot