Re: [OpenOCD-devel] Error after flashing LPC1112

2015-03-15 Thread Daniel Kowalski
On Sun, 15 Mar 2015 21:43:05 +0300 Paul Fertser wrote: > Hi, > > On Sun, Mar 15, 2015 at 07:27:43PM +0100, Daniel Kowalski wrote: > > proc program {} { > > init > ... > > OpenOCD already has a "program" command, please consider using it > instead of cooking your own. The documentation has a

Re: [OpenOCD-devel] Error after flashing LPC1112

2015-03-15 Thread Paul Fertser
Hi, On Sun, Mar 15, 2015 at 07:27:43PM +0100, Daniel Kowalski wrote: > proc program {} { > init ... OpenOCD already has a "program" command, please consider using it instead of cooking your own. The documentation has an appropriate description. There was discovered an issue with shutdown and

[OpenOCD-devel] Error after flashing LPC1112

2015-03-15 Thread Daniel Kowalski
Hello, I use OpenOCD (git snapshot from 14.03.2015) to flash LPC1112, everything works as expected - MCU is flashed correctly and code runs fine, but OpenOCD throws error just after flashing (when shutdown is called). Error seems to be completely harmless, but I have no idea what could cause it.