Resolved! How to activate Compensation Cell on STM32F765?
Posted on May 17, 2017 at 13:45Hallo, on my NUCLEO board with a STM32F765ZI MCU I want to activate the compensation cell.I can do this via* HAL_EnableCompensationCell();* LL_SYSCFG_EnableCompensationCell();* oder manually via** SYSCFG->CMPCR |= SYSC...