Part Number: TMS320F280039C
I couldn't find any examples, so that may suggest this is just a bad idea..
Let's say I need to switch from a normal ADC clock prescaler of /8 to /4 for some specific conversions and then return back to /8 (please don't ask why, let's just assume this is how it must be).
What would be the correct steps reconfigure the ADC clock prescaler for the /4 conversion and then get it back to /8?
Some questions:
Does the ADC need to be disabled when being reconfigured? If the conversion must stop, then I think the other questions become moot as there would be a 500us enable conversion delay needed.
If the adc clock prescaler can be changed while active, is there a need to wait for a settling period?
I can see both yes and no...
Since it's just changing prescaler of a stable clock, I could maybe see no need for a delay. But I don't believe this is correct.
Depending on the architecture, I could see there may be problems with in-flight conversions or new conversions which hit before the new prescaler value gets in rhythm.
