STM32F7 ''LL HAL'' ADC, incorrect register base addresses
Posted on January 10, 2018 at 17:15Hi,In stm32f7xx_ll_adc.h, from revision 1.8 of HAL (stm32cube_fw_f7_v180.zip), the following register base addresses are defined:#define VREFINT_CAL_ADDR ((uint16_t*) (0x1FF07A4A)) #define TEMPSEN...