STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 369 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
  • 722 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...

Resolved! Custom bootloader for stm32h7

Hi community.. In the past i have developed a custom bootloader for the following mcu stm32f7... I was reading the usb and writing the flash section dedicated for the application.Now i have to do the same for the stm32H7.. Are the steps the same ? Ar...

SGasp.1 by Senior
  • 973 Views
  • 8 replies
  • 0 kudos