User Activity

I am running FreeRTOS on an STM32H745I board in a TouchGFX application. All tasks I want to run are on the M7 core. I'm trying to periodically send data over UART3 to the virtual COM Port of the STLink. The HAL returns an ok status when transmitting,...
I'm trying to send data over the Virtual COM Port of an STM32H745I dev board to a Termite shell inside a FreeRTOS task. I setup USART 3 to run at the settings matching the documentation's virtual COM Port settings, and call the generated initializati...
I'm trying to use an STM32H745I-DISCO to log values from a sensor, append the values on a .txt file on the onboard eMMC, and have the text file accessible when plugging in the board over usb (so using the board as a usb device). In other words, I wan...
Something weird is going on with my STM32Cube project building. I have a fresh project created from the template for the STM32H745I-DISCO. In the Core/Inc folder I created a foo.h header file containing a method. In the Core/Src folder, I wrote the i...
I'm having an issue with a new STM32H745I-DISCO board where I cannot connect to the stlink from the STM32CubeProgrammer. The serial port is recognized, but the error reads "No STM32 target found" The reset button on the board also does not work. I th...