wizard69 wrote:
I'm a new guy here so forgive if some of these questions are old hat.
We're glad to have you.
Quote:
First is the Western Design Center still a viable business? I ask because I can't connect to their web server.
It's working for me. I've never seen their website down.
http://westerndesigncenter.com/wdc/Quote:
Second it has bee a long time since I've spent any time in the 8/16 bit world and in this case I'm interested in chips that can reasonably compete with the Atmel and PIC style highly integrated processors for embedded control. My impression is that there is little to nothing 6502 derived on the market with a significant amount of integrated support logic. Is this true or am I just out of touch with the 6502 industry?
There's a ton of it being produced (100,000,000+ per year), but it's virtually all in custom ICs, ie, not just FPGAs but rather custom silicon, for specific automotive, industrial, appliance, toy, and even life-support applications. Bill Mensch said in an interview a year ago that he plans to make the '02 "available forever" (his words). I sure wish Microchip had used the '02 rather than that decrepit processor they got from General Instrument.
Quote:
My interest is embedded control, in one case the desire to build a CNC controller. This can be done on a Mega with little external logic and even on some of the new ARM based embedded chips (M3 & M4's). By CNC controller I mean a device that takes a stream of G-Code and generates the required signals (step and direction) to drive a machine. Right now I don't have an indication of a 6502 based chip that has the embedded RAM, ROM, and hardware for I/O to do this on a very small board. Maybe I'm wrong here.
I've designed PIC16's into a lot of products; but the need there was for a small, all-in-one solution for production where space was at a premium and it needed to be inexpensive to produce in quantity (unlike a computer board with multiple parts). For the workbench where it's ok to have a home-made 65c02 computer board that's 30 square inches (plus mezzanine, and sometimes plug-in modules), and probably even for big CNC machines, and where you're only going to make one or just a few, the microcontroller may be less suitable, because development is not interactive. If I need to experiment with a new IC (for example a digital pot), it's always much faster and easier to first do it on the
workbench computer to make sure I understand the new part's protocol before transferring to the microcontroller. Even if you had a simulator, it will only simulate the microprocessor or microcontroller of interest. It won't simulate the other hardware you might want to connect. A true
emulator could actually connect to them; but true emulators are rare. I don't use simulators or emulators in my design work.