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.

[参考译文] TMS570LC4357:不写入这些寄存器位- FBPWRMODE

Guru**** 2419730 points


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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1297654/tms570lc4357-do-not-write-to-these-register-bits---fbpwrmode

器件型号:TMS570LC4357

尊敬的专家:

 FBPWRMODE-Register 的寄存器说明提到了不应该写入被保留的位("FBPWRMODE")。

这是否意味着、在写入寄存器时、这些位应始终为0而绝不为1?

例如、将所有存储体设置为活动模式、以下哪一项是正确的?

lashWREG->FBPWRMODE = 0x5053FFFF 

lashWREG->FBPWRMODE = 0x0000C00F

谢谢、此致、
最大值

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

    您好、Max:

    我刚刚验证了"setupFlash" API

    在这里、它们将0写入未使用(保留)的位。 只需按照相同的方法操作。

    --
    谢谢。此致、
    Jagadish。