STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB Game Controller - HID

Title edited - please don't put the whole question in the title!I have created custom game controller using usb hid device. Now I want send data to device to host. Can any one help me ?? 

0693W00000Y9IGOQA3.png
VDodi.1 by Associate III
  • 1071 Views
  • 1 replies
  • 0 kudos

Reading data sent from USB_OTG_FS via PuTTY

Hi. I hope this is the right place for such a question about USB communication, I am still new to STM32.I have been trying to send a message from my STM32 board (STM32756-EVAL) without using UART, but the OTG USB. I have been trying to set up my PuTT...

OIp.1 by Associate III
  • 1622 Views
  • 5 replies
  • 0 kudos

Resolved! Bug STM32F429ZI LWIP not work after link up/down

STM32Cube FW_F4 V1.27.1HAL ETH LWIPfileethernetif.c HAL_ETH_Start(&heth); line 880 if(linkchanged)  {   /* Get MAC Config MAC */   HAL_ETH_GetMACConfig(&heth, &MACConf);   MACConf.DuplexMode = duplex;   MACConf.Speed = speed;   HAL_ETH_SetMACConfig(&...

vekli by Associate II
  • 499 Views
  • 1 replies
  • 0 kudos

STM32L151c8t6: Stopping and Starting ADC with DMA with HAL functions screws up channel order when using tickless Idle of FreeRtos.

I use ADC with DMA in cirular scan mode to convert two audio-channels triggered by a timer. This all works well with expected results and quality most of the time.For power-saving reasons I have to change the clock tree in runtime. This may screw up ...

stst9180 by Associate III
  • 3671 Views
  • 6 replies
  • 1 kudos

ThreadX on STM32: RAM nearly filled up

I'm currently starting to use ThreadX / AzureRTOS on a STM32 Nucleo-H723ZG (STM32H723ZG MCU).I noticed that when loading the Nx_TCP_Echo_Server / Nx_TCP_Echo_Client projects from CubeMX, the RAM gets filled up pretty much to the top, which makes me w...

Ingenieer by Associate II
  • 1224 Views
  • 1 replies
  • 0 kudos