When automatic PLL management mode is enabled on the U4 series AVR8 chips, the PLL is now configured for 48MHz and not a divided 96MHz, to lower power consumption and to keep the system within the datasheet specs for 3.3V operation (thanks to Scott Vitale).

This commit is contained in:
Dean Camera
2011-10-12 02:27:22 +00:00
parent 1a4a26271e
commit c15eaa5dae
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -15,7 +15,8 @@
*
* <b>Changed:</b>
* - Core:
* - None
* - When automatic PLL management mode is enabled on the U4 series AVR8 chips, the PLL is now configured for 48MHz and not
* a divided 96MHz, to lower power consumption and to keep the system within the datasheet specs for 3.3V operation (thanks to Scott Vitale)
* - Library Applications:
* - None
*