Back to all threads

Minor LPC1114 Codebase Bug

Post reply

Tom  Harris
(9 posts)

Posted: 28 Jun 2012, 02:06

This has been so useful to me!

A minor bug is that the values for TMR_TMR16B1TCR_COUNTERRESET_DISABLED in lpc111x.h is given as 2, when it should be zero.

Reply

microBuilder 
Administrator
(126 posts)

Posted: 28 Jun 2012, 17:06

Tom:

Thanks for the heads up.  That was actually wrong for all the timers in both the 1114 and 1343 headers.  It's a monster of a task making headers like that by hand, and errors do slip through, but one of the biggest advantages to me of open-sourcing this stuff is that I get more eyeballs looking at the code.

The change will be visible next time I push an update of either project on github.  I can't push right away since I'm in the middle of some changes to both projects.

Reply

Post reply