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

USB PD Reseting issue

Hi Stmteam,I am using Stm32G081RB to Develop Source application.please have a look at the source files and trace.provider_port1Note : trace file is from sink device attached to the Source Device currently we are looking to Develop complete solution.Q...

HGorl.1 by Associate II
  • 4015 Views
  • 16 replies
  • 0 kudos

Error in LwIP. implicit declaration of function 'gethostbyname'; did you mean 'getsockname'?

Hi,I tried to port the X-CUBE-IOTA1 Lib to the STM32F7-Disco.So i startet with a void Project added the Cube Iota files and enabled the LwIP Module.But in the http_manager.c file all gethostbyname calls throw the above error.I don't understand how th...