[grblHAL/STM32F4xx Issue#122] Hi great terjeio, I saw your update about Ethernet. Is Ethernet ready?

未分类 bolang 6个月前 (10-15) 40次浏览

Issue #122 | 状态: 已关闭 | 作者: hanke-cnc | 创建时间: 2023-05-27


I am planning to manufacture and sell circuit boards with Ethernet versions for GRBLHAL. Is it ready for this? I see that the STM32F407 chip is good, mainly because it is much cheaper than the H7. It is important to keep the cost down to promote and popularize GRBLHAL. Also, since the STM32F407 chip appears to have built-in Ethernet, can I skip using the W5500 chip?


评论 (1)

#1 – terjeio 于 2023-05-27

It should be fairly easy to add as the code required for grblHAL itself can be copied from the F756 driver with little or no changes. The STM32 driver code has to be added as well, this should be done by creating a new F407 project in STM32 CubeIDE and adding ethernet support with the correct PHY interface. Then copy the driver code to the grblHAL project.
Additional clock setup code may have to be copied to main.c as well – compare the one from the F407 project.

!image


原始Issue: https://github.com/grblHAL/STM32F4xx/issues/122

喜欢 (0)