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

TCP port number reused

I am using STM32 TCP Echo server client Cube IDE example. I have server and client device. I can connect first time successfully but when I reset the client, I get after 70 line in wireshark screenshot. How Can I solve this problem ? What is the reas...

DCtech by Associate II
  • 533 Views
  • 1 replies
  • 0 kudos

Over-current indication on USB host on STM32F2xx

Hello, I am using the STM32F2xx ev board to develop a simple application that utilizes the USB port as a HOST. I would like to check if a device has been connected to the port and it causes over-current on the USB.Looking into the source code, It see...

DZado.2 by Associate II
  • 722 Views
  • 1 replies
  • 0 kudos

STM32F4 LWIP freezes after fixed send number

I'm using nucleo f429zi with LWIP v 2.1.2. Documentation states that for TX buffer PBUF_RAM should be used. In my case whole LWIP stack freeze after 28 send messages. When I change pbuf type to PBUF_POOL, everything works like a charm. Although in th...

Resolved! MCU serial number

For some reasons it will be good to write my own MCU serial number for USB purpose.. Is it possible to change seria number of hte MCU and how to do this...

MJova.1 by Associate II
  • 2051 Views
  • 9 replies
  • 0 kudos

Resolved! FOTA in STM32L0

For an application, I need to implement FOTA through UART/USB for STM32L0 microcontroller. Are there any examples or firmware packages available for this?

ASiva.1 by Associate III
  • 821 Views
  • 1 replies
  • 0 kudos

Resolved! Error with timeouts constants in stm32f7xx_hal_sd.c in SD_SendSDStatus and SD_FindSCR cause indefinite hangs.

Both these functions contain the code:"if((HAL_GetTick() - tickstart) >= SDMMC_DATATIMEOUT)"However SDMMC_DATATIMEOUT is defined as 0xFFFFFFFF so the timeout is very long (49 days with a 1ms tick) and therefore never occurs.That upshot is that if the...

SGars by Associate II
  • 1962 Views
  • 5 replies
  • 0 kudos

STM32L4 usb bug

Hello, I am using the STM32L4 Micro-chip on a board I am using, and I can across a weird issue with the usb. When ever I was running iar and trying to open up the com port within another serial program, the serial program was unable to open the com p...

DAgui.3 by Associate
  • 419 Views
  • 0 replies
  • 0 kudos

Resolved! stm32h723 lwip configuration problem

I wanted to replace my system that used to work with stm32f407VGT6 with STM32H723VET6 as it is cheaper.I designed a new pcb, followed the steps in the link below and created a project.https://community.st.com/s/article/How-to-create-project-for-STM32...