How can I make my own microcontroller?

前端 未结 9 884
傲寒
傲寒 2021-01-30 02:32

How can I make my own microcontroller? I\'ve done some work using GAL chips and programmed a chip to do simple commands such as add, load, move, xor, and output, but I\'d like t

9条回答
  •  广开言路
    2021-01-30 03:03

    To play with soft-core microprocessors, I like the Spartan 3 Starter Board from Digilent just because it has 1M of static RAM. SDRAM and DDR RAM are harder to get going, you know.

    The leds, switches and a simple serial interface are a plus to debug and communicate.

    As someone already pointed out, OpenCores.org is a good place to find working examples. I used the Plasma uC to write some papers while on university.

提交回复
热议问题