STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 1700 Views
  • 8 replies
  • 0 kudos

Resolved! Firmware download for 32F769I-DISCO

I have an unused 32F769I-DISCO board which I think needs firmware programming - it sits with a flashing red LED when power is applied. The only support I can find is for the 32F769NI-DISCO board which is slightly different and the "Getting started" v...

AWood.4 by Associate
  • 521 Views
  • 2 replies
  • 0 kudos

Accessing files via FTP on STM32U5

Hi,We're trying to access files from STM32U5 over FTP - at the moment we're using the b-u585i-iot02a discovery kit alongside AzureRtos/Middleware. Just wondering if there already exists an example code that could assist us in getting a head start. Se...

UKhan.2 by Associate II
  • 757 Views
  • 1 replies
  • 0 kudos