If I use some IC which requires clock frequency like 16MHz, can I take one from Arduino?
Or this it too high frequency to travel to neighboring board?
If I use some IC which requires clock frequency like 16MHz, can I take one from Arduino? Or this it too high frequency to travel to neighboring board? |
|||
Yes but you need to know what you are doing. You will need a clock driver and possibly a clock receiver depending on the devices you select. Then you need to modify both boards voiding any possible warranty. The best answer is NO! |
|||||||||
|
pinMode(8,OUTPUT);
). You probably don't want to use to long of a trace/wire. – Gerben Oct 10 '15 at 16:08