PC programable IC?

M

Michel

Jan 1, 1970
0
Is there a simple logic programmable IC which I could program simply
by connecting it to a PC (ser, par, usb,...) Maybe even one which has
some kind of CPU and clock insite? So I don't need to spend much money
on a programing interface.
 
M

Mathew Orman

Jan 1, 1970
0
W

Wouter van Ooijen

Jan 1, 1970
0
Is there a simple logic programmable IC which I could program simply
by connecting it to a PC (ser, par, usb,...) Maybe even one which has
some kind of CPU and clock insite?

What kind of programmable chip? There are various microcontrollers
that can be programmed with almost no hardware. I have a bootloader
for the Microchip 18F series that connects to the serial port of a PC
using one transistor, three resistors and a diode. It does not use any
I/O pin of the chip.


Wouter van Ooijen

-- ------------------------------------
http://www.voti.nl
PICmicro chips, programmers, consulting
 
G

Glenn Gundlach

Jan 1, 1970
0
Is there a simple logic programmable IC which I could program simply
by connecting it to a PC (ser, par, usb,...) Maybe even one which has
some kind of CPU and clock insite? So I don't need to spend much money
on a programing interface.

Motorola 68HC908 JK/JL series definitely program from a PC serial
port. See pg 9 of the .PDF

http://e-www.motorola.com/files/microcontrollers/doc/eng_bulletin/EB367.pdf

I've used this for several years. Its about $25 for parts. Processors
available from Digi-Key starting around $3. Data from Motorola.

GG
 
G

Gary Tait

Jan 1, 1970
0
Whereas On 16 Oct 2003 02:14:33 -0700, [email protected]
(Michel) scribbled:
, I thus relpy:
Is there a simple logic programmable IC which I could program simply
by connecting it to a PC (ser, par, usb,...) Maybe even one which has
some kind of CPU and clock insite? So I don't need to spend much money
on a programing interface.

Most programmable devices can be programmed by a PC to one extent or
another. What sort of IC do you want, and how complex a programmer are
you willing to build or buy?
 
C

Chaos Master

Jan 1, 1970
0
Michel engraved with a +2 athame:
Is there a simple logic programmable IC which I could program simply
by connecting it to a PC (ser, par, usb,...) Maybe even one which has
some kind of CPU and clock insite? So I don't need to spend much money
on a programing interface.

Look at devices from Lattice. http://www.latticesemi.com. For USB, look at
Cypress (www.cypress.com).
 
Top