User Activity

Dear All,What is VOS range while using external regulator for STM32H743 ?Thanks,
Dear all,In hal driver datasheet, the funcion HAL_PWREx_EnableWakeUpPin is defined like this : void HAL_PWREx_EnableWakeUpPin (PWREx_WakeupPinTypeDef * sPinParams)In stm32h7xx_hal_pwr.c from STM32Cube FW_H7 V1.5.0 library is defined like this : ...
Dear All,I jump in boot mode with boot0 to high level, and i can test it with dfu USB connexion.Unfortunately, it does not work with UART3.I have the TX signal 0x3F coming from computer, but any acknowledgment. In STM32CUBPROGRAMMER, there is : "Erro...
The code works if i enter in stop mode but not if i enter in under drive mode.I think i have to reinit something after stop mode but i dont find what.Here is the code :int main(void) { HAL_Init(); SystemClock_Config(); MX_GPIO_Init(); MX_ADC1...
Hello,I use PA2 pin to wake up from standby mode with a STM32F765 MCU.I am a bit confused because it is wrotten in HAL Manual (UM1905) at the page 607 : This pin is forced in input pull-down configuration and is active on rising edges.If i let the pi...
Kudos from