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

Interrupt priority with CMSIS-RTOS2

Hi,I am working on a project with Nucleo board 401 and the serial device SIM808, the communication is managed with CMSIS-RTOS2 APIs.In my code there are two threads, the first (mainTask) that sends an AT command at the SIM808 and the second (StartDef...

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
  • 4862 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...