You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After reviewing Python480 documentation, there is a possibility our pll-enabling method is not correct.
Ideally, this should be part of the initialization sequence done by the AtMega mcu. However, we are just enabling the PLL in a completely out-of-sequence way.
The correct method would be to follow the soft-reset sequence and then power-up again with the correct settings.
Tests would be interesting to see if such an approach has any stability gains.
The text was updated successfully, but these errors were encountered:
After reviewing Python480 documentation, there is a possibility our pll-enabling method is not correct.
Ideally, this should be part of the initialization sequence done by the AtMega mcu. However, we are just enabling the PLL in a completely out-of-sequence way.
The correct method would be to follow the soft-reset sequence and then power-up again with the correct settings.
Tests would be interesting to see if such an approach has any stability gains.
The text was updated successfully, but these errors were encountered: