MakeItC bare-metal Recovery

Questions about the BASICtools and MakeItC
Post Reply
olzeke51
Posts: 414
Joined: Sat May 17, 2014 4:22 pm
Location: South Carolina

MakeItC bare-metal Recovery

Post by olzeke51 »

UH, I ran the 'hello world.c' example as it was presented
[I did put my name in there!!]
'
PROBLEM is .. I wasn't paying attention to the 'onBasic' #def !!!
so ended up with the bare-metal program.
Works - 'cept I can't get it to stop / cleared -- so I can load another program.
'
the <Stop> and <Reset> buttons send signals but it always does a reset and keeps going in the loop.
HOW do I recover????
TIA
Olzeke51



basicchip
Posts: 1090
Joined: Fri Oct 19, 2012 2:39 am
Location: Weeki Watchee, FL
Contact:

Re: MakeItC bare-metal Recovery

Post by basicchip »

The LPC824 DIP was designed and built by NXP. They gave us some to distribute cheaply.

It's serial port does not have DTR, RTS connections that we use to force the LPC824 into boot mode. Instead it has ISP and RESET buttons (too small for my big fingers).

For ConBASIC, you can STOP the program by switching to manual mode in control and follow the prompts to STOP a program.

For straight C you will need to force it into ISP serial programming mode, by holding ISP button and pressing RESET.

Post Reply