STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F745 USB communication fails

The project consists of STM32F745 MCU and a desktop application. The desktop application sends the data over USB CDC and receives the response back. The problem happens if large data chunks are being sent. What happens is that if several packets of l...

MDJ by Associate II
  • 691 Views
  • 6 replies
  • 0 kudos

FreeRTOS hangs on xQueueSend

My program hangs on xQueueSend call:if (xQueueSend(msg_queueHandle, (void *)&msg, 10) != pdTRUE) {When I step through the code, I see it reaches the xQueueGenericSend function but exits on the first line of that function where the following is called...

LMorr.3 by Senior II
  • 1267 Views
  • 8 replies
  • 0 kudos