Hi Group,
Thank you for all the help with my question earlier about UART to SPI, this is a follow up question...
Can the same crystal be used to power 2 different devices? Is there any danger in using that?
The current situation is, I have a UART which support bit-bang simulation (FTDI232BM), but the problem is that I don't know how to generate the Clock signal, since the FTDI232BM bit-bang creates 8 GPIO lines for this, but I'm thinking that software generated CLK signals will be highly unstable?
Since the timing signals of the FTDI232BM is not exported, I'm thinking that if I also use the crystal to power a 555 timer, and then I will have a signal at the correct frequency (and also a signal equivalent to the one being generated in the FTDI232BM during sending of data?)
Thanks in advance
Kelvin