Hello @ControllersTech, thank you for great video. How to print out raw ethernet frame?
@rajdeeproychowdhury73018 ай бұрын
Very helpful video for all. Thanks controllersTech
@marcometzger7719 Жыл бұрын
Hello, great video's. On this example on my setup it crashes if the "HAL_Tim_Base_Start_IT" is called before "udpClient_connect". This because the start will fire the first interrupt and then call the send function before initialisation.
@고독한승부사장필-u1k3 жыл бұрын
Can you tell me how to change the Ethernet speed to 100 mbps? No matter how hard I look, I don't know.
@noobody1382 жыл бұрын
I believe it depends on MAC layer config in STMCubeMX, you should ask st community how to change this configurations
@KSITREVS3 жыл бұрын
I will keep safe, just waiting for the tcp next.
@SahilAhmadkalka2 жыл бұрын
Can you make similar video with freeRTOS, or guide how to the same thing with freeRTOS
@naitalar339010 ай бұрын
Like this video. This video very helpful for newbies.
@dymastro7883 жыл бұрын
Like like like! Keep up the good work!
@amorftor Жыл бұрын
I have stm32f769 discovery board. I cannot send or receive data even though I have watched the video completely with the previous videos. What could be the reason for this?
@ControllersTech Жыл бұрын
Are u able to ping the board ?
@amorftor Жыл бұрын
@@ControllersTech yes i did the ping test
@ControllersTech Жыл бұрын
You need to debug the code and check if the system is going into hardfault.
@gvrvenky418 Жыл бұрын
@@ControllersTech I didn't get any hardfault also sir
@amorftor Жыл бұрын
@@gvrvenky418 I am not getting any errors. But when I look in debug mode, it enters the error handler and throws itself into an infinite loop.
@dhruvsharma60313 жыл бұрын
Why don't you use RMII interface
@ControllersTech3 жыл бұрын
Used in the previous video, udp server
@Warface-zh5sh Жыл бұрын
I followed the tutorial step by step (except the M7 part, I'm using a STM32F428ZI nucleo board) and I still can't get the ping to work.
@ControllersTech Жыл бұрын
This is not the video for ping. Check the first 2 videos in the playlist.
@muhammedemintanik2552 жыл бұрын
You are awesome.
@ARM_TECH3 жыл бұрын
Add library arduino for stm32cube ide ?
@saygnsisman70793 жыл бұрын
Please do it with wiznet!
@ControllersTech3 жыл бұрын
I have mentioned it, i am not doing it for SPI based ethernet modules. Atleast not anytime soon..