resources for my blog on embeddedrelated


I started a blog on www.embeddedreated.com.
This page provides the files and other resources I talk about.

2011-10-09 : C++ on microcontrollers 1 - introduction, and an output pin class

Sources for the example programs:
  blinky
  HC595
  tee
  invert
  differential

2011-10-24 : C++ on microcontrollers 2 - LPCXpresso, LPC-link, Code Sourcery, lpc21isp, linkerscript, LPC1114 startup

  lpc_link_run.bat batch file to use lpc-link from the command line (I prefer the alternate method, using lpc21isp)
  lpc21isp.exe
  2-main.zip : blink project for LPC-expresso LPC1114, using Code Sourcery toolkit

2011-11-02 : C++ on microcontrollers 3 – a first shot at an hc595 class with 8 output pins

  3-different.zip: LPCXpresso LPC1114 + base board : blink segment 2 of the 7-segment display, set( p, n ) interface
  3-original.zip: idem, original output_pin interface
  3-tagetpins.zip: idem, target has function that returns a pin
  3-cascade.zip: LPC1114 with three HC595 chips in cascade

2011-11-12 : C++ on microcontrollers 4 – input pins, and decoding a rotary switch

  4-input.zip ( using LPCXpresso LPC1114 + base board ) : input (rotary encoder) to LEDs (2 of the 7-segment segments)
  4-count.zip ( using LPCXpresso LPC1114 + base board ) : show rotary count on 7-segment display