Content originally posted in LPCWare by bobi-one on Mon Feb 07 05:52:30 MST 2011
I am trying to do the blinky program with c plus plus over the Red suite IDE.
After the C++ wizard i just add (gpio.c(renamed to .cpp), gpio.h) and copy the systick function from the c example. The code compiles with no errors. But after upload to the board , the LED doesn't blink. I am quite a noob at programming, and I really don't understand the core of the languages. If someone can hint me what to do or read how to learn to do cpp programs with the lpc.