User Activity

STM32H743. Attached ioc file. I have wwdg enabled but when I generate code the call to  MX_WWDG1_Init(); in main.c is removed. Has anyone seen something similar?
I have two gpios enabled one as an output another as a interrupt input. PA11 and PI11 respectively. There are two pin defines generated by CUBEMX, for argument call them MYPINA_Pin and MYPINB_Pin respectively. For the interrupt handler CUBE generates...
We have two revisions of our board. RevA has STM32H743 RevY chip running bootloader V13.2 (confirmed using STLINK). RevB has STM32H743 RevV chip running bootloader V9.0 (confirmed using STLINK).On our RevA board we can connect successfully from anoth...
Please tell me why the wakeup pin numbers are shifted up by one in the HAL PWR lib?See.. https://community.st.com/s/question/0D53W00001DKQdnSAH/wake-from-standby-not-working-stm32h753iit6?t=1637613024141If there is a legitimate reason for this mappin...
I have a custom board with an led on PD7 and Normally High push button on PI11. There is also a pushbutton set up on NRST. Device is a  STM32H743IIT6I can get the processor to go into standby okay. This is confirmed by the __HAL_PWR_GET_FLAG(PWR_FLAG...
Kudos from