DSPRelated.com
Forums

Microcomputer using micrcontrollers

Started by Vassilis Spiliopoulos May 19, 2016
On 5/22/2016 5:07 AM, Vassilis Spiliopoulos wrote:
> eric.jacobsen@ieee.org (Eric Jacobsen) Wrote in message: >> On Thu, 19 May 2016 16:21:51 +0300 (GMT+03:00), Vassilis Spiliopoulos >> <Vassilis@vask1lux.de> wrote: >> >>> how can I make a computer using a breadboard and.some chips?any idea? >>> -- >>> Vask >>> >>> >>> ----Android NewsGroup Reader---- >>> http://usenet.sinaapp.com/ >> >> >> Look into Microchip PICs, or some of the single-chip microcontrollers >> that TI sells that come in DIP packages. >> >> It all depends on how you define "computer". >> >> Cheers, >> >> Eric >> > > I have pic microchips but I do not have a chip burner.I want my > output to be led lights that show you binary and my input to be a > few switches.Like the Altair.For the previous poster, > It seems interesting the fact that you built these.I will email you.
MCU chips these days don't require a "burner". Much more common is to use one of the USB to serial/JTAG chips on the same board with the MCU and allow a common interface to programming it. Check out the many low cost eval MCU boards. Some are under $10. You can use one MCU to control the front panel which would then talk to the other chip. It will require the equivalent of a boot loader on the MCU being programmed though unless you want to use a USB master port on the front panel MCU... much easier to just use a PC with the various software provided. -- Rick C
rickman <gnuarm@gmail.com> Wrote in message:
> On 5/22/2016 5:07 AM, Vassilis Spiliopoulos wrote: >> eric.jacobsen@ieee.org (Eric Jacobsen) Wrote in message: >>> On Thu, 19 May 2016 16:21:51 +0300 (GMT+03:00), Vassilis Spiliopoulos >>> <Vassilis@vask1lux.de> wrote: >>> >>>> how can I make a computer using a breadboard and.some chips?any idea? >>>> -- >>>> Vask >>>> >>>> >>>> ----Android NewsGroup Reader---- >>>> http://usenet.sinaapp.com/ >>> >>> >>> Look into Microchip PICs, or some of the single-chip microcontrollers >>> that TI sells that come in DIP packages. >>> >>> It all depends on how you define "computer". >>> >>> Cheers, >>> >>> Eric >>> >> >> I have pic microchips but I do not have a chip burner.I want my >> output to be led lights that show you binary and my input to be a >> few switches.Like the Altair.For the previous poster, >> It seems interesting the fact that you built these.I will email you. > > MCU chips these days don't require a "burner". Much more common is to > use one of the USB to serial/JTAG chips on the same board with the MCU > and allow a common interface to programming it. Check out the many low > cost eval MCU boards. Some are under $10. > > You can use one MCU to control the front panel which would then talk to > the other chip. It will require the equivalent of a boot loader on the > MCU being programmed though unless you want to use a USB master port on > the front panel MCU... much easier to just use a PC with the various > software provided. > > -- > > Rick C >
Yes!And I could install tinybasic in it . -- Vask ----Android NewsGroup Reader---- http://usenet.sinaapp.com/
On Mon, 23 May 2016 10:10:03 +0300 (GMT+03:00), Vassilis Spiliopoulos
<Vassilis@vask1lux.de> wrote:

>rickman <gnuarm@gmail.com> Wrote in message: >> On 5/22/2016 5:07 AM, Vassilis Spiliopoulos wrote: >>> eric.jacobsen@ieee.org (Eric Jacobsen) Wrote in message: >>>> On Thu, 19 May 2016 16:21:51 +0300 (GMT+03:00), Vassilis Spiliopoulos >>>> <Vassilis@vask1lux.de> wrote: >>>> >>>>> how can I make a computer using a breadboard and.some chips?any idea? >>>>> -- >>>>> Vask >>>>> >>>>> >>>>> ----Android NewsGroup Reader---- >>>>> http://usenet.sinaapp.com/ >>>> >>>> >>>> Look into Microchip PICs, or some of the single-chip microcontrollers >>>> that TI sells that come in DIP packages. >>>> >>>> It all depends on how you define "computer". >>>> >>>> Cheers, >>>> >>>> Eric >>>> >>> >>> I have pic microchips but I do not have a chip burner.I want my >>> output to be led lights that show you binary and my input to be a >>> few switches.Like the Altair.For the previous poster, >>> It seems interesting the fact that you built these.I will email you. >> >> MCU chips these days don't require a "burner". Much more common is to >> use one of the USB to serial/JTAG chips on the same board with the MCU >> and allow a common interface to programming it. Check out the many low >> cost eval MCU boards. Some are under $10. >> >> You can use one MCU to control the front panel which would then talk to >> the other chip. It will require the equivalent of a boot loader on the >> MCU being programmed though unless you want to use a USB master port on >> the front panel MCU... much easier to just use a PC with the various >> software provided. >> >> -- >> >> Rick C >> > >Yes!And I could install tinybasic in it.
I suggest buying an evaluation board. This way you get the programmer and maybe even the compiler and a way of debugging it and some I/O to connect LEDs and switches to. Makes it more of a breeeeze to work with. boB K7IQ