STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Error in stm32f4xx_ll_usb.c

In function USB_DevInit (row 320) is some inconsistency:   USBx->GOTGCTL &= ~USB_OTG_GCCFG_NOVBUSSENS;should be:   USBx->GOCCFG &= ~USB_OTG_GCCFG_NOVBUSSENS; ?STM32CubeF4 version 1.24.1

how to link own web-server with stm32f2+enc28j60.

Hi st-community, Actually i have create my own embedded server and blink the led through a web page and this is done with the help of enc28j60 module interface with stm32f207. Now I want to connect my web-server(my own website) with stm32f2+enc28j60....

sainti by Associate II
  • 1266 Views
  • 4 replies
  • 0 kudos

Why does HAL_UART_TRANSMIT block my adc routine?

I am using stm32cube with the HAL functions to start my project. I have everything running fine. I have my adc trigger using OCP2 of my pwm and this works like a charm. But wen i use the uart somehow my adc does not want to trigger anymore and i do n...

MVan.16 by Associate II
  • 1171 Views
  • 7 replies
  • 0 kudos

How to set USB device serial number.

Hello,I am using STM32H as a FS USB device, my desktop application check for Device ID and Product ID to connect to the device as VCOM port.the problem is that when connecting different devices to PC "one after the other", each new device is assigned...

HAlzo by Senior
  • 946 Views
  • 1 replies
  • 0 kudos

STM32Cube_FW_F1_V1.8.0

Timers don't workI started Timer 2 in simple mode but it couldn't startthen I returned the firmware to the previous version 1.7.0 and the problem was resolved

mmova by Associate
  • 412 Views
  • 0 replies
  • 0 kudos