tokafondo wrote:
wayfarer wrote:
I get you, it is not a bad chip, its just locked at 8MHz and not what I need right now.
'265s starts at 32768 hz, looks for external routines to JMP to up to three times, and if not found, it continues executing internal ROM, that is able to detect several clock speeds so it can configure its internal serial port to a bps setting that can be in sync with standard bps speeds....
Also, the fact that the '265s is rated 8mhz means, as previously said, that at WDC they tested it up to that clock speed, but it don't stop a hardware designer to try to clock it higher.
awesome, I might look into using the '256 for some stuff. I see the chips do not just come in a breakout-board they can be ordered as discrete ICs. having a few of those features available on-chip is not so bad... it just seems wasteful to have all this stuff and not be using it. I kinda, at some point, might consider using a bunch of 816s or 265s in a cluster setup, and the 16MB local to each chip can act as a cache. webpage even says it has a multiprocessor buss... I might look at that down the line
for a home bench, exceeding a datasheet spec is fine. overclocking is great for a user to do.
I am looking at commercial distribution on some projects and I would not send a product out that exceeds manufacturer's documentation, especially if I want a UL stamp on the board and some kind of insurance.
I am looking at a 'slow bus speed' of 6MHz, at half the 12Mhz clock a bunch of stuff wants. should be okay there. Having the d0-d7 and a16-a23 demultiplexed on board is fine, especially for solutions that use a Programmable Logic Chip, its not a lot of real estate either way. It may also lend itself to other logic chips for operating on a 32-bit bus, such as PCI
my thoughts on PCI are, since I have this alternate clock cycle with data/address pins I have to break out anyway, and if I had a 6522 on the board, it does not seem difficult to use the upper 8 address lines of the PCI buss to hold things like RAM or POM banks and other peripherals or signals from one of the nanks of the 6522 (or like a 8 bit register/latch thingy?)
Im starting 6502 on little ISA, 65816 on big ISA, and going to PCI/CF/PCMC/CardBus after that.
Im also curious about dual chips, say 65816/265 acting like a 32-bit cpu, and using 'full 32-biit PCI'.
I think 24-bit big ISA and PC/104 are probably good goals.