Content originally posted in LPCWare by mc on Thu Jan 08 19:38:05 MST 2015
Hi,
Below should work.
Quote:
*(volatile unsigned int *)0x40043100 = 0x10400000; //memmap with boot ROM address
*(volatile unsigned int *)0x40053100 =(1<<0); // Core reset
Device may be going into ISP mode. Please make sure that ISP pin is high. If you are using ISP pin for external memory controller it may be low during reset.