STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F4 FreeRTOS queue inside UART ISR

Hi guys Can any one provide me how to use queue inside UART ISR receive interrupt....I have tried it using some web search but I couldn't achieve it can any one provide me the working example. below, I have attached my code and the image where my co...

AChan.15 by Associate II
  • 1838 Views
  • 2 replies
  • 0 kudos

C270 Camera integrating with STM

I use STM32L496RE controller to integrate C270 logitech camera using USB protocol. I got a sample link from the community https://github.com/iliasam/STM32_HOST_UVC_Camera.The controller board I'm using acts as a USB host.Since there were no defined c...

RAnan.3 by Associate III
  • 838 Views
  • 0 replies
  • 0 kudos

Resolved! Enable USE_USBD_COMPOSITE for HID

Hi, I'm, working on STM32G0B1RE dev kit. I need to implement USB HID Composite Device class for keyboard and mouse. Can someone help me where(in which file) I can enable USE_USBD_COMPOSITE macro?

Tarun by Associate III
  • 1643 Views
  • 1 replies
  • 0 kudos

Resolved! I2C HAL lock state not properly updated

Hello,While I was tracking an issue on I2C bus, I found something that seems to be unconsistent in HAL file stm32l4_hal_i2c.c1 - routines I2C_WaitOn_____UntilTimeout() are called after locking the bus with __HAL_LOCK(hi2c) macro2- these routines upda...