User Activity

I have a project using a STM32H743 (LQFP144). I want to migrate it to a STM32HA3. It seems like it should be fairly pin compatible, but in Stm32CubeMX when I use the Alt-L (Pinout Compatible) option, the STM32HA3 isn't there. Is this a lag in the Cub...
I have an STM32H7 on a custom board. We do not have VBAT connected to anything. We do have a battery always connected to VDD. When I reset the MCU using the NRST pin it seems like the backup domain (registers and RAM) are not maintained. Is this expe...
I have an SPI peripheral that generates an external signal (EXTI) when a data record is ready. The data is then read over SPI by the MCU. The data record is 72 bytes.Right now I have an interrupt handler that starts the DMA process to read the next r...