STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

__HAL_LOCK(x) function in STM32 with FreeRTOS

I'm using STM32F767 and referring STM32746G-Discovery code. I've question regarding __HAL_LOCK() function. if I'm using FreeRTOS, I've created 2 threads, one to to handle QSPI interface for flash and second thread to handle CAN communication and read...

AShel.1 by Associate III
  • 336 Views
  • 2 replies
  • 0 kudos

How to use 2 HIDs with 1 STM32?

Hello ! I am trying to make 1 STM32 that handles 2 HIDs, one keyboard (HID_MOUSE_ReportDescK[HID_MOUSE_REPORT_DESC_SIZEK]), one mouse (HID_MOUSE_ReportDesc[HID_MOUSE_REPORT_DESC_SIZE]).I use a STM32F103C8T6.I tried to create 2 int (used as boolean) t...

HGaut.1 by Associate II
  • 205 Views
  • 2 replies
  • 0 kudos