STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB host for full-speed HID

Posted on December 17, 2011 at 18:26Has anyone try to implement USB host for full-speed HID joystick (like Logitech)?I try to use code from STM32F105/7 and STM32F2xx Host and device library (UM1021). It works fine with low-speed joystick (noname), b...

Can we mount the two devices i.e SD Card and USB as host at a same time using FATFS in STM32H743VITX. I want send data from SD card to USB drive when the usb is detected.

Hi,I am using STM32H743VITX controller in my project. The main problem is , the file which i want to store in USB drive is get stored in SD card & usb drive not have any file. Also, both drive show same toatal size & free space.I already created diff...

Interrupt Mode HAL Delay

Hello I am newbie to embedded word.  I am trying to learn interrupt for GPIO on NUCLEO-F091RC. I set the User Button as interrupt and LED should toggle as button is pressed. I copied the callback function ( HAL_GPIO_EXTI_Callback) in main.c . Under c...

Nico3 by Senior
  • 2958 Views
  • 2 replies
  • 4 kudos

Resolved! Example for Azure RTOS USBX device video (UVC)

Hello everyoneDoes anyone have example code for Azure RTOS USBX device class video (UVC)?I was able to add Video to my USBX demo application on Nucleo H7A3There was sample code for CDC_ACM and MSC (mass storage), this worked fine. But for device clas...