I’m migrating a project from 28035 to 28069, and it seems that I may have discovered a possible issue with ADC initialization on the 28069.
On the 28035: turn on ADC module clock; very next instruction writes 16 bits of data to ADCCTL1 <- this works.
On the 28069: this sequence does not work (data is not written to ADCCTL1) … if I insert a single NOP instruction between these instructions, then it works.
Is there some note somewhere that says we must delay before first access to the ADC module after turning on the module clock?
Thanks!