GARTHWILSON wrote:
GlennSmith wrote:
, but nothing really exists for SPI.
Well, this could be a good-news/bad-news thing: There is a 65SPI chip from Daryl (forum name "8BIT") made with a CPLD, at https://sbc.rictor.org/65spi2.html . Unfortunately he is not providing programmed parts (or at least wasn't, the last I checked), but he provides the source code and object code to program the Atmel ATF1504 CPLD. So there is a 6502-bus-compatible chip that takes care of everything so you don't have to bit-bang.Hi Garth, you're an early bird! I had seen and analysed Daryl's device, but unfortunately CPLD is where I don't want to go - I think I've got my head around enough different technologies for one life. I want to be able to move ahead with the toolkit I have. That said, I
had vowed not to go down SMT road : but the chip mfrs have forced me...
I am basing my design spec around Daryl's feature list, however. I've limited the board to 4 SPI client selects for the moment for real estate reasons, but I could go to 8nif I change my sockets. Thanks for the feedback.