Skip to main content
Graduate II
November 13, 2022
Question

LWIP Web server on RAW, SSI tags do not work in STM32CubeIde 1.10.1

  • November 13, 2022
  • 4 replies
  • 2240 views

Hi, stm32 LWIP Web server on RAW, SSI tags do not work in STM32CubeIde 1.10.1

if you will run this project in STM32CubeIde 1.8 and 1.9 everything works well!

PS - I checked LWIP, everything is the same, including the version!

0693W00000WICPqQAP.png

    This topic has been closed for replies.

    4 replies

    Technical Moderator
    November 14, 2022

    Hello @DK.7​ ,

    Which LWIP release are you using?

    Imen

    DK.7Author
    Graduate II
    November 14, 2022

    Thanks for your reply!

    PS - Same version in STM32CubeIde 1.8.0 and Same version in STM32CubeIde 1.9.0

    0693W00000WIEmYQAX.png 

    Graduate II
    November 14, 2022

    I am using STM32CubeIde 1.10.1, with STM32F767, raw lwIP 2.1.3 and SSI.

    No problems.

    You probably mean that you are using the underlying CubeMX functions?

    I don't use that.

    Maybe it's the changed HAL ethernet driver?

    DK.7Author
    Graduate II
    November 14, 2022

    What do you mean by "underlying CubeMX functions"?

    Are you talking about an underscore like this "MX_LWIP_Init();"?

    Then yes, I use it. Because I use "HAL"...

    Or do you mean something else?

    Graduate II
    November 15, 2022

    Yes, I mean the "MX_" functions and HAL in general.

    Many things generated by CubeMX work nicely if it's very basic stuff.

    As soon as it gets a little bit more complicated, you can't really trust it.

    I can only guess that maybe the newer IDE version is using the new HAL ethernet driver. Check and compare these versions.

    An by the way, you should at least tell us which controller you are using...

    Graduate II
    November 15, 2022

    C'mon, the image in the topic already shows what the problem is! Did you read what it tells?

    DK.7Author
    Graduate II
    November 15, 2022

    Have you any ideas what to look out for?

    Graduate II
    November 15, 2022

    That image has just three simple words... 3!!! Which one of those you cannot understand or translate? And can you see the difference in letter case of those words?

    Graduate II
    November 16, 2022

    What Piranha means:

    Check your SSI tags in your source code, compare to those in html file.