Two Objects that set the Clock Mode
I have a parent object, the parent object sets the clock mode at 80Mhz. Then I have an object being used by the parent and that object also sets the clock mode at 80 Mhz. Does this cause an issue? Does the second setting of the clock mode get ignored?
My program runs fine as is.
My program runs fine as is.
Comments
It's also possible to change clock-settings during runtime, but you have to code that.
Really! How would that be done?
... Tim
thanx ... Tim