??? 07/25/08 14:55 Modified: 07/25/08 15:18 Read: times |
#157055 - A Serial Flash chip would be easier Responding to: ???'s previous message |
Buy a development board with a Serial Flash version of the 8051/8052 chip like AT89S52 or later variants. This will make your life easier to program in situ.
Write your program in C with Keil evaluation or free SDCC compiler. Debug thoroughly in simulation AND in real life. Burn working program into 89C52 chips using programmer. You could do the same exercise with ANY controller that has 32 i-o pins. You will be limited to just the internal memory. David. |