This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] TMS470MF03107:PLL 控制1寄存器(PLLCTL1)

Guru**** 656470 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1004011/tms470mf03107-pll-control-1-register-pllctl1

器件型号:TMS470MF03107

尊敬的团队:

systemREG->PLLCTL1 = 0x000000000000U
   | 0x20000000U
   |(1U-1U <<24U)
   | 0x000000000000
   |(4U - 1U <<16U)
   |(100U - 1U << 8U);

(1U-1U <<24U)、(4U-1U <<16U)和(100U-1U <<8U)、寄存器的最终值是多少?