??? 05/26/09 08:58 Read: times Msg Score: +1 +1 Good Answer/Helpful |
#165593 - Select your hardware with care Responding to: ???'s previous message |
For a 100 million units project, I would think you could find a better processor, than limiting yourself to the only one available in your local store.
Doing video with just a microcontroller is way easier if that microcontroller happens to have a SPI interface with FIFO. This would offload the shifting of individual bits. And if a character is 8 bits wide, then you can take a lookup byte from the character generator in flash, and move directly to the FIFO. Having a FIFO with 16-bit or 32-bit width would further reduce the number of interrupts needed for each scanline on the TV. |