Hi,
I am wondering if it is possible to have 2 or more MSP430 up and running in synchronization?
My first thought was, that i could start a timer with a high signal on one GPIO pin, than it should already be fairly even, but then the main clock, for example 20MHz would most probably be out of phase.
If i reset both MSP430 and let them reboot I guess there can also be differences, since the two chips are not the same on silicon level.
The reason why I am asking is, I want to generate more than one UART output communication, but I want them to be as close together, on a time basis, as possible, since I want to start and stop or send commands over UART protocol.
I thought I once read something about putting on clock output to another MSP430 clock input or something.
Help or any ideas appreciated :)
Thanks for reading.
cheers.