Content originally posted in LPCWare by tom-gds on Wed Jun 18 03:59:47 MST 2014
Hi
I'm trying to program an LPC4357 using the DFU bootloader included in the rom and the dfuSec tool.
As I understand it, it should be possible to simply generate a binary for each core and flash it to the appropriate memory location, however when I generate the binaries, the M0 image is generated, programs fine and runs as expected, however the image for the M4 is 16445KB, that's around 32 times the size of the flash sector i'm trying to flash it to. Programming using the lpc-link and the axf file works fine for both cores and the code runs as expected, but the binary seems to be generated incorrectly. Am i missing anything when it comes to generating dual core binaries or is this a bug in lpcxpresso?
P.S if this would be better served in the LPC43xx forum then mods feel free to move it.
Tom