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

lwip api ported for stm32 and partially using HAL

Hi, I wonder if someone can tell me about the most recent lwip api for stm32 as follows: 1. Where can I download it (ported lwip) from the stm32 website2. Is there any serious issue related to udp and tcp (client/server) usage of the api?3. Is it pos...

STehA.1 by Associate II
  • 2030 Views
  • 1 replies
  • 0 kudos

Resolved! Flash test issue

Hi In previous posts, I encountered the similar problem, but I did not find an accurate answer.Please advice me on this issue. 

VDD pin connection of STUSB1600

Hi, I am trying to use STUSB1600 as a front end interface to my USB Type-C connector and interface it with STM32L4R9 series microcontroller. It is a dual role type application but with no power delivery. Unable to understand why VDD of STUSB1600 is c...

MoniR_1-1711709267257.png MoniR_2-1711709502506.png
MoniR by Associate
  • 2540 Views
  • 4 replies
  • 2 kudos

Resolved! STM32H730 PA10 going high when turning on USB HS PHY

Hi all,We are using an STM32H730IBK6Q.PA10 is not configured and STM32CubeMx generates code that initializes the pin as "Analog" as expected.Now if we enable USB (specifically, when setting `USBx->GCCFG |= USB_OTG_GCCFG_PWRDWN;`), that pin goes high,...

jri_0-1712234914627.png
jri by Associate II
  • 2815 Views
  • 4 replies
  • 2 kudos

Firmware Update via UART boot commands

Hi guys, I have a nucleo-l073rz and am developing software for it with iar ewarm. So far everything is working well (programming and flashing via the st-link programmer). In the future, however, I would like to do firmware updates via the serial inte...