stm32f7: correct addresses for calibration values
This commit is contained in:
parent
435cbcc675
commit
ab0552b1f7
@ -157,8 +157,8 @@
|
|||||||
#define DESIG_UNIQUE_ID2 MMIO32(DESIG_UNIQUE_ID_BASE + 8)/* TODO */
|
#define DESIG_UNIQUE_ID2 MMIO32(DESIG_UNIQUE_ID_BASE + 8)/* TODO */
|
||||||
|
|
||||||
/* ST provided factory calibration values @ 3.3V */
|
/* ST provided factory calibration values @ 3.3V */
|
||||||
#define ST_VREFINT_CAL MMIO16(0x1FFF7A2A) /* TODO */
|
#define ST_VREFINT_CAL MMIO16(0x1FF07A4A)
|
||||||
#define ST_TSENSE_CAL1_30C MMIO16(0x1FFF7A2C) /* TODO */
|
#define ST_TSENSE_CAL1_30C MMIO16(0x1FF07A4C)
|
||||||
#define ST_TSENSE_CAL2_110 MMIO16(0x1FFF7A2E) /* TODO */
|
#define ST_TSENSE_CAL2_110C MMIO16(0x1FF07A4E)
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user