User Activity

Hello,We're currently using the STM32H743XI for a project, but I we need to switch the STM32H753 for supply reasons.From what I could tell, switching to the STM32H753 should be 100% binary compatible, but I'd like to make sure.Is there any document ...
Posted on August 12, 2016 at 09:52 I'm currently working on a system with 2 STM32, which communicate with each other via a full duplex USART. The chips are a STM32F746VG (we'll call MCU1) and STM32F411CE (MCU2). MCU1 uses t...
Posted on April 19, 2016 at 15:05 We've ran into a very strange DMA issue recently as we have been expanding our code. We noticed this problem after adding some new libraries which use up a lot of ram, which caused our existing spi+dma drivers s...
Posted on March 21, 2016 at 20:10 Hello, I'm currently running on the STM32F746VG, and used CubeMX to generate the configuration code for a simple USART Tx Output using the DMA. When callingHAL_UART_Transmit_DMA(..) it would transm...
Posted on August 18, 2014 at 14:31Hello,I'm trying to get a virtual com port working on the stm32f4 discovery board. This is something that I've managed to do in the past using the old USB libraries and std peripheral libraries. However, since st is...