USB firmware upgrade
Hello,
I am working on the USB firmware upgrade module for LPC2368 (ARM/GCC)
Kindly help me in providing any details regarding this..
Thank you
It helps to read the manual.
You must store your interrupt vector table for the downloaded system firmware in RAM, and tell your chip to remap this new vector table to the bottom of the FLASH area.
The manual really do help.