User Activity

Hi,I'm using STM32CubeIDE and I'm trying to retarget printf to the USART1 of the STM32F746G.USART1 of the MCU is connected to the ST-Link Virtual com. I have tested the connection the USART1 directly using the function "HAL_UART_Transmit(&huart1, "A"...
Hi,I'm new to STM32 development board and I have an STM32F7508-DK board. I have spent days trying to have a working setup in order to have a project that makes the STM32F750 boot from the QSPI flash of the board. I have been watching youtube video an...