Hi,
I am trying to get a random number in my MSP430F2370 application with help of the SLAA338 document, but I cannot understand the following sentence below point 2, "Setup". "ACLK is set to the VLO, which is the trigger for the capture."
How do I get ACLK as source for capture, the capture input select bits (CCISx) has only these settings; 00 CCIxA, 01 CCIxB, 10 GND and 11 VCC.
Must I use the ACLK output and route it to a CCIxA or CCIxB input, is it not any way to fix this internally?
Instead I tried to use both timer A and B with DCOCLK and VLOCLK, counting number of DCO clockcycles on one VLO clockcycle, but it always return an even number of DCO clockcycles, although very different numbers every time..
Any ideas?
/Regards