How can I make my own microcontroller?

前端 未结 9 962
傲寒
傲寒 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:11

    You need a big fpga for a little mcu.

    You need a fpga with the correct hardware blocks if you need things like AD.

    You need a soft core to put into the fpga.

    But how about to just play around with a normal MCU before this project, so you kind of know where you are going? How about some AVR:s from Atmel.

提交回复
热议问题