User Activity

Hi, We are developing a custom board based on STM32H743IIT6 microcontroller. The application is USB mass storage acting as HostWe are using USB OTG_FS connection for the microcontroller. We are connecting the VDD33USB to 3.3V.  And here is the USB co...
Hi,I am building some FREERTOS appplication with ARM cortex M4 micro controller based on STM32F4 discovery board.The program compiled successfully with 0 errors and warnings with eclipse IDE. I am using STM32Cube IDE.But, when I tried to load the pro...
Hi,I want to use segger system viewer with STM32F4 discovery board. I installed required J-link files and added required segger system viewer files. I am using STMCube IDE with HAL. Here is the free rtos version configuration I have set.API:FreeRTOS ...
Hi,I am using printf for my application to debug the output using UART.But I am facing the problem. void StartSender1(void const * argument)   {   /* USER CODE BEGIN 5 */ /* Infinite loop */ for(;;) { printf("Sender1 Sending\n"); osMessagePut(Queue...
Hi, I am trying to implement Queues for my application having three tasks. Two tasks sending messages and third task will receive the messages from task 1 and task 2.But when I build I am getting this errors.20:52:21 **** Incremental Build of config...