User Activity

Example builds, but serial terminal reads:[CM7]: Creating FileSystem... [CM7]: Creating FileSystem Failed!... [CM7]: Error!! Is there an example of eMMC fatfs that works?
I enabled a UART peripheral in my touchgfx project. When I ran the project in STM32CubeIDE, it gave an error saying the HAL_UART_Init function was undefined. When I checked${ProjectDir}\Drivers\STM32H7xx_HAL_Driver\SrcThere were no HAL library files,...
Hello, I have a STM32H745I-DISCO board that I would like to debug using UART Serial over the STLINK virtual com port. UM2488 Section 6.14 shows this should be connected to USART3. I have the USART3 peripheral enabled with the following configuration:...