STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Could TCPP01-M12 be used without the N-MOSFET?

We have a wide-input power management ic with buck-boost converter. 28V VBUS is not a problem. So is it possible to eliminate the N-MOSFET (at least in Sink mode)? If it is OK, what is your recommendation for connections of IN_GD, Gate, and Source pi...

matianfu by Associate II
  • 646 Views
  • 1 replies
  • 1 kudos

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
  • 465 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
  • 630 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
  • 1736 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
  • 608 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
  • 1636 Views
  • 5 replies
  • 0 kudos