Just made a UART0 Calculator for ARM7 LPC210x (x = 1,2 or 3)
Nice simple calculator and code generator for setting up UART control and pins.
Fixed a small issue … Code produced was :
PINSEL0 = 0x05;
should have been:
PINSEL0 |= 0x05;
So other pins on PINSEL0 will not be altered.
UPDATE 2:
Also fixed resize from window. Not allowed now. heh
