Content originally posted in LPCWare by lpcxpresso-support on Tue Sep 23 01:36:58 MST 2014
The LPC4370 is a flashless part. If you are trying to download and run your code from RAM and you are using LPC-Link2 as the debug adapter, you need to make sure you are using the correct Ram Reset script:
[list]
[*]Right-click on your project, select Launch configurations->Edit current
[*]Switch to the Debugger tab
[*]Find the "Reset Script" Configuration option end edit it
[*]Enter LPC18LPC43RamReset.scp
[/list]
For semihosting support, you need to make sure that this is enabled in the debug driver. Make sure that the Configuration Option "Semihosting support" is set to On or Auto.
Now try debugging again.
If this does not work, please Export and post your project(s).