??? 01/29/07 19:27 Read: times |
#131673 - bit bang for lack of other term Responding to: ???'s previous message |
Richard Erlacher said:
[...] one-clockers with internal wait-state-generation (cycle stretching) logic that is programmable for a range of stretch durations I thought Erik is talkin about external RAM + 8255. There, fixed waitstates are not good. Some micros can map several various waitstates at different address ranges, but that's still not as flexible as a WAIT input. I seem to recall that SOME '51 derivative does have this feature, but IIRC not the DS'4x0 nor the 100MHz SiLabs. At the end of the day, we can start an another discussion, whether it is appropriate to use a microcontroller instead of a microprocessor - and, whether there still are any microprocessors made at all... Richard Erlacher said:
I don't know why you'd even consider "bit-banging" a parallel interfaced device. Bit banging is a parallel-to-serial/serial-to-parallel technique. Perhaps you meant something else? Sure. Manually wiggle the control pins (/RD /WR /CS, whichever appropriate). How would you call this process? Jan Waclawek |