STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 bootloader not responding

I am using STM32L151C6U6A device, both UART ports are used as RS485 ports. I am trying to boot from system memory and talk to bootloader using a USB-RS485 converter from my PC. Access to Boot0 pin is not possible in my hardware. So I am jumping from ...

ARama.9 by Associate II
  • 3209 Views
  • 7 replies
  • 0 kudos

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
  • 1330 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
  • 2040 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
  • 581 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
  • 4201 Views
  • 6 replies
  • 1 kudos