Content originally posted in LPCWare by PhilYoung on Fri Jul 13 14:08:47 MST 2012
4357 has onboard flash, so flash magic has been configured to support it as a standard device.
For external flash devices the programmer needs to know the details of the microcontroller, to set up the memory controller etc, and the programming algorithm for the flash device.
obviously it's not possible for flash magic to support every combination, but it does support using the internal download algorithm on the LPC devices to download the customized flash programmer code and run it, then it interfaces to this code to complete the programming in the normal manner.
so flash magic can be configrred for this, and there is already code supplied with it for the Hitex 1850 board with SPI flash, so you can modify this to support your device.
look in the directory
C:\Program Files (x86)\Flash Magic\Bootloaders\External Memory\S25FL129P\LPC1850-Hitex
regards
Phil.