Content originally posted in LPCWare by toad on Fri May 16 08:49:24 MST 2014
hardware: hitex 4350
toolset: Kiel MDK-5
software: lpc_open_209
I download the periph_iram_blinky example via dfu to the board running dfu_composite example, when the periph_iram_blinky example is executed it causes a HardFault, during the setting up of the clocks. If I remove the call to SetupClocks from the iram_blinky image it works. So my question, should the dfu_composite example not be reverting the clocks back to a base configuration before jumping to the reset handler ? Thanks.