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

How to set required voltage on STUSB4500 IC

Hello     Requirement is:we are using 3 cell(3.7*3 = 11.1V) battery in our design.so we are using charging IC for that.charging IC need 15v(max 2A) to charge LIPO battery.so we are going to use universal type c charger that Supports 5V,9V,12V, 15V an...

Apate.61 by Associate
  • 904 Views
  • 1 replies
  • 0 kudos

To improve the copying speed from SD to USB?

Hi,Processor : STM32f429Frequency :180 MhzFatFs : ChanIn my project, I am copying the files from the SD card to the USB stick.I having the problem with copying speed. Currently a 45 MB file copies in 1.55 minutes.How to improve Speed? What are the pa...

How to use the LwIP library?

Hello,I created UDP server with LwIP stack on STM32F407.I tried example udp_echo _server. It works.Now I need send from server my own answer data in callback function.The program hangs in callback function.void udp_echoserver_receive_callback(void *a...

Peko by Associate III
  • 453 Views
  • 0 replies
  • 0 kudos

I want to know regarding external clock stabilization time/Delay, I am facing USB comport detection issue in STM32F070RBMCU.

Issue with the customized board is that, it does not detects USB(FS CDC) comport every time as we plug/unplug the device.whereas the same firmware works fine with ST nucleo board of STM32F070RBTx.1. Do programmer needs to add any additional delay for...

GDube by Associate
  • 483 Views
  • 0 replies
  • 0 kudos

Problem with upload program via usb dfu

Hi guys,I have a problem with updating stm32f407vg disco board via usb dfu, I generate the project from cubemx and I'm looking at the example from ST: en.stm32cubef4\STM32Cube_FW_F4_V1.21.0\Projects\STM324xG_EVAL\Applications\USB_Device\DFU_Standalon...

BWawr by Associate II
  • 327 Views
  • 0 replies
  • 0 kudos

How to use FLASH_OB_UserConfig() API ?

Hi, It may sound like a minor query to many of you, but can any one explain me what are 'UserType' and 'UserConfig' parameters in FLASH_OB_UserConfig() API ?Some how I can't get their meanings.I am working on STM32L432KB and want my system to boot fr...