User Activity

Hello,I try to build the STM32CubeExpansion_SBSFU_V2.6.2 for STM32H750B-DK. I use STM32CubeIDE Version: 1.9.0 on Windows 10.The build result is suspicious:   More details: The first section is overflown by 3479%. What I did wrong? How to fix it? Th...
Hello,I try to build the STM32CubeExpansion_SBSFU_V2.6.2 for STM32H750B-DK. I use STM32CubeIDE Version: 1.14.0  Build: 19471_20231121_1200 (UTC) on Windows 10.I got several environment issues:Building SECoreBin failed for multiple reasons.It needed p...
Hello,I am trying to configure USB FS Host using FreeRTOS on STM32H750.After connecting a device to the USB I get failure on memcpy(). The problem happens because pxQueue->uxMessagesWaiting gets value while the queue (os_event) has no elements.I beli...
I use STM32H750B-DK board. It has UART3 connected to the ST-LINK USB.I trieduint8_t Test[] = "Hello World !!!\r\n";HAL_UART_Transmit(&huart3,Test,sizeof(Test),10);printf("Hello World 1 !!!\r\n");HAL_UART_Transmit output has passed to the terminal.pri...
Kudos from
Kudos given to