STM32 MPUs Embedded software and solutions

Ask questions and find answers on STM32 microprocessors and dedicated embedded software solutions, such as Yocto SDK, Qt, and OP-TEE.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Receiving data in RTOS

Hi, I am using stm32F767zi controller board with STONE 15" display. We are having trouble receiving data from the LCD panel. When we try to receive registry entry (8 Bytes) the system works fine, but when we try to read the variable register, the rec...

Kkhan.2 by Associate
  • 807 Views
  • 1 replies
  • 0 kudos

Resolved! FreeRTOS task priority versus CMIS_RTOS v1

I'm using FreeRTOS v10.2.1, CMSIS RTOS v1 main.c (generated by CubeMX) has:...osThreadDef(defaultTask, StartDefaultTask, osPriorityNormal, 0, 128);...where osPriorityNormal is zero as defined in cmsis_os.hI spawn all other tasks using the FreeRTOS xT...

BVu by Associate III
  • 1225 Views
  • 2 replies
  • 0 kudos