| ??? 08/30/01 10:25 Read: times |
#14614 - RE: 2K Code - how much of a limit is that? |
Here you have some applications I have built under the 2k limit:
- Home alarm system. - Turf irrigation control system. - A router between two different communication channels (RS232 @ 1200bps to RS485 9600bps, different headers, etc.) - A pseudo-emulator using the AT89S53. Here the 89C2051 (less than 2K code) communicates with the PC via RS232 and to the 89S53 via SPI. - A 3-phase sine-wave generator. One of the most ROM-consuming code is the user interface (LCD control, menus,...). Also building state-machines for control purposes, if the number of states and transitions is large. Regards, Alfredo del Rio. |



