Hi,
in some code examples I see this snippet:
/* Wait for DCO to synchronize with ACLK (at least 28*32 ACLK cycles) */
for (i = 0x1C00U; i > 0U; i--)
{
/* Wait */
}
What is this? I can't find any information in the MSP430 user guide.
Is it needed? What is the magic numbers 28 and 32?
Regards
Peter