Content originally posted in LPCWare by Donatas on Sat Dec 28 04:43:47 MST 2013
Anyone tried debugging LPC11E11 device using LPCxresso? I have some problems related to Flash driver. By default LPC11_12_13_8K_4K.cfx should be used, but it does not exist in lpcxpresso_6.1.2_177/lpcxpresso/bin/Flash folder. If I use LPC11_12_13_8K_2K.cfx file, debugging always ends in void HardFault_Handler(void) subroutine. Not sure if it happens because of incorrect initialization of MCU clocks, etc, or because of flash driver. Did you have any problems like this before?