Skip to main content
CDesh
Associate III
February 25, 2021
Question

Value of VREFINT_RDYF

  • February 25, 2021
  • 2 replies
  • 656 views

Hi,

I am reading value of SYSCFG_CFGR3_VREFINT_RDYF to be "1073741824". How do I interpret the value of VREFINT_RDYF from the value I am reading?

    This topic has been closed for replies.

    2 replies

    Uwe Bonnes
    Chief
    February 25, 2021

    Read it as hex value and compare to the value in the datasheet.

    gdb) p /x 1073741824

    $1 = 0x40000000

    CDesh
    CDeshAuthor
    Associate III
    February 25, 2021

    Got it.

    So the VREFINT_RDYF is SET.

    Thanks your quick response.