Replies: 2 comments 2 replies
-
Hi, Remora-STM32H7xx (https://github.com/scottalford75/Remora-STM32H7xx) is the latest development work and incorporates a lot of the updates made for the Ethernet versions. A potential basis to move all Mbed based Remora versions to a common code base. I really need to clean up by development repos as they cause some confusion. Legacy STM32 repos for Ethernet boards: Remora-NVEM & Remora-EC500 Active repo for RT1052 Ethernet boards: Remora-RT1052-cpp Active repo for RP2040 with W5500: Remora-RP2040-W5500 The thought with a common code base is to have all of these supported in one active repo. |
Beta Was this translation helpful? Give feedback.
-
https://github.com/cakeslob/Remora-STM32F4xx-W5500/tree/f429 |
Beta Was this translation helpful? Give feedback.
-
I mentioned this, but now that discussions are open, I will continue here :-)
I am still confused by the various repositories, and build options.
Should I look into the main remora repo, at the STM32F4 boards, or base things on the NVEM repo since that hardware uses a stm32F2 which is very close ? or look at Remora-STM32
what about the linuxCNC components, which is most up to date Remora-nv
or Remore-eth
or maybe Remora-EC500 which seems more recently active and seems to be an STMCubeMX project unlike NVEM it seems ?
also @cakeslob said STM32F429 is working with W5500, where is that ?
I do not know if on my board I have has a free SPI but it might be an option, however why not use just a PHY over MII or RMII since the F429 does have an ethernet MAC interface ? I was leaning toward using the "proper" ethernet interface as I would have ported u-boot to make updates easy (my board has lots of flash and ram)
Anyway, any input welcome, thanks !
Beta Was this translation helpful? Give feedback.
All reactions