??? 05/26/12 12:22 Read: times |
#187535 - 8051 code generator |
I came across this 8051 code generator by Erik Buchmann:
http://www.ipd.uka.de/~buchmann...erator.htm It generates a skeleton assembler program with initialisation/routines for - UART (including a baudrate calculator - a bonus) - bit-banged UART (not interrupt- only loop-based) - timers 0 and 1 (not 2, the page clearly says "8051" :-) ) - interrupts - bit-banged I2C, including routines for PCF8574 and SAA1064 - HD44780-compatible LCD display, very widely-configurable, with simple "font generator" It is javascript-based, so it should be enough to save that webpage for offline usage. The page is in German but I believe most of the things are easily understandable without understanding the language itself. A very nice work, worth following...! JW |
Topic | Author | Date |
8051 code generator | 01/01/70 00:00 | |
all very well, but | 01/01/70 00:00 |