Hi,Could someone plz point me example code on how to use Brown Out Reset or Voltage supervisor to monitor Vdd voltage, if it's less than some value, I can reset mcu.
How to select gain in STM32H743 ADC? I looked up all the configurations/parameters but don't see how can I amplify (select gain) for input channel? I want to measure current which is mV signal.
Hi @Amel NASRI I recently added a function HAL_FLASH_Program() to implement bootloader whereas I am using STL for safety in STM32G0, I found STL_SCH_RunFlashTM() starts failing, although I don't call HAL_FLASH_Program(), Just wanted to understand wha...