STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32G0B1 USB HID Host

Hi,I´m trying to get a USB HID Host running on a STM32G0 with STM32CubeMX and STM32CubeIDE.Unfortunately all examples or topics in ST communities don´t really work. Also the USB wiki doesn´t provide a clear explanation of all commands available in th...

AWack by Associate III
  • 134 Views
  • 0 replies
  • 0 kudos

USB : TinyUSB for WebUSB

Dear community,i'm trying to use tinysub for WebUSB application.My device is already see as a HID device....In copy, my USB_descriptor.c  #include "tusb.h" #include "usb_descriptors.h" #include <string.h> // Identifiants USB #define USB_VID ...

JL_Loyd by Associate
  • 159 Views
  • 0 replies
  • 0 kudos

WM8994 Audio Codec on STM32H747i-DISCO

Hello, I am having a difficult time with the WM8994 audio codec inside the STM32H747i-DISCO board, i am able to write to the registers and pass through analog audio through the speakers when avoiding any ADC and DAC signal routing but i am having a d...

Jpirsch by Associate
  • 142 Views
  • 0 replies
  • 0 kudos

memcpy() function not working

Hi,I'm using the STM Cube IDE version 1.15.1 along with NucleoG474RE board. My C application requires the use of memcpy(). The memcpy() function should copy the values from an unsigned char source buffer to the unsigned char destination buffer. This ...

jman08 by Associate
  • 297 Views
  • 3 replies
  • 1 kudos