How can i fix error "undefined reference to `httpd_init'"?
@dymastro788 Жыл бұрын
Just found your videos, great stuff thankyou
@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
@vamsikrishna98254 ай бұрын
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 Жыл бұрын
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 Жыл бұрын
Have you checked this website? embetronicx.com/tutorials/microcontrollers/stm32/stm32-ethernet-example-http-server/
@woldecosgrove Жыл бұрын
yes. i use both fsdata_custom.c and fsdata.c from your download its not working, no webpage appear unable to ping too
@woldecosgrove11 ай бұрын
helloooo r u there ......
@woldecosgrove Жыл бұрын
hello r u there?
@Zurenio Жыл бұрын
OK.... all errors fixed...
@Zurenio Жыл бұрын
A lot of errors...!!!
@ESEben104 ай бұрын
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?
@ESEben104 ай бұрын
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.