cancel
Showing results for 
Search instead for 
Did you mean: 

Value of VREFINT_RDYF

CDesh
Associate III

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?

2 REPLIES 2
Uwe Bonnes
Principal II

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

gdb) p /x 1073741824

$1 = 0x40000000

CDesh
Associate III

Got it.

So the VREFINT_RDYF is SET.

Thanks your quick response.