STM32 Ethernet Example - HTTP Server Part 1 | EmbeTronicX

Поделиться
HTML-код
  • Опубликовано: 7 фев 2025

Комментарии • 14

  • @dymastro788
    @dymastro788 Год назад +2

    Just found your videos, great stuff thankyou

  • @Embeded_1EPIT
    @Embeded_1EPIT 21 день назад

    Sir in my CubeIDE IWLP is not showing in midleware section i am using STM32H563zgtx. Could you please suggest how to configure it ..? Thank You.

  • @shef7777
    @shef7777 6 месяцев назад +2

    How can i fix error "undefined reference to `httpd_init'"?

  • @Nikos_Grigoriadis
    @Nikos_Grigoriadis Год назад

    Hello. Your tutorial is very helpful. I want to ask you a question about the CubeMx. I have an STM32H7 and has not on board PHY, so I need to add an external one. I have found LAN8720, although CubeMX does not contain drivers for that PHY, do you know how to add those drivers and appear them into CubeMX? Thank you

    • @vamsikrishna9825
      @vamsikrishna9825 5 месяцев назад

      Hello Nikos, find ethernet module drivers for stm32 relevant boards. Then you need to configure the internal registers to setup for your stm32f7. Then implement iwIP on it. As per my knowledge. Mostly you need to configure SPI and gpio registers to adjust the library to your target board.

  • @woldecosgrove
    @woldecosgrove Год назад

    Hello i like your video very much and had been following your video, i duplicate this tutorial on STM32H7 nucleo board, but couldnt duplicate the makeFS data, could you upload the fsdata ??

    • @EmbeTronicX
      @EmbeTronicX  Год назад

      Have you checked this website? embetronicx.com/tutorials/microcontrollers/stm32/stm32-ethernet-example-http-server/

    • @woldecosgrove
      @woldecosgrove Год назад

      yes. i use both fsdata_custom.c and fsdata.c from your download its not working, no webpage appear unable to ping too

    • @woldecosgrove
      @woldecosgrove Год назад

      helloooo r u there ......

  • @woldecosgrove
    @woldecosgrove Год назад

    hello r u there?

  • @Zurenio
    @Zurenio Год назад

    OK.... all errors fixed...

  • @ESEben10
    @ESEben10 6 месяцев назад

    an incorrect ip address shows up on the terminal when I perform ipconfig : I get 169.254.83.55 instead of 192.168.1.25 that I have set up. The ping doesn't wor out. What could be wrong?

    • @ESEben10
      @ESEben10 6 месяцев назад

      It ended up that it only works when we connect the board to the router. If you connect it to the PC it shows an incorrect address and the ping doesn't work.

  • @Zurenio
    @Zurenio Год назад

    A lot of errors...!!!