STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

LWIP - Read my IP address

I have found examples online searching under LWIP such as // What is our current IP address? // ulIPAddr = lwIPLocalIPAddrGet();but I cannot find the function in the source code, or any other reference to reading my IP address. I would like to be ab...

richardh by Associate II
  • 6951 Views
  • 11 replies
  • 0 kudos

I am using STM32F7 series. I created httpd server ethernet project. I have web code which html,css,js. But my microcontrollers memory not enough for these codes. I need to use SD Card.

I need to put it my web codes (html, css, js) to SD Card. Also These codes need to work on SD Card. Because my web codes memory size is around 300MB. Normally I worked my code (basic html files) without SD Card. It needs converting to fsdata.c files....

KAnahar by Associate III
  • 531 Views
  • 5 replies
  • 0 kudos