Re: [PR] Support ethernet without MDIO & MDC lines [nuttx]

2025-04-15 Thread via GitHub
azerupi commented on code in PR #16215: URL: https://github.com/apache/nuttx/pull/16215#discussion_r2045129208 ## arch/arm/src/stm32h5/stm32_ethernet.c: ## @@ -3604,9 +3604,10 @@ static inline void stm32_ethgpioconfig(struct stm32_ethmac_s *priv) #if defined(CONFIG_STM32H5_MII

Re: [PR] Support ethernet without MDIO & MDC lines [nuttx]

2025-04-15 Thread via GitHub
xiaoxiang781216 merged PR #16215: URL: https://github.com/apache/nuttx/pull/16215 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nu

Re: [PR] Support ethernet without MDIO & MDC lines [nuttx]

2025-04-15 Thread via GitHub
xiaoxiang781216 commented on code in PR #16215: URL: https://github.com/apache/nuttx/pull/16215#discussion_r2045120472 ## arch/arm/src/stm32h5/stm32_ethernet.c: ## @@ -3604,9 +3604,10 @@ static inline void stm32_ethgpioconfig(struct stm32_ethmac_s *priv) #if defined(CONFIG_STM

[PR] Support ethernet without MDIO & MDC lines [nuttx]

2025-04-15 Thread via GitHub
azerupi opened a new pull request, #16215: URL: https://github.com/apache/nuttx/pull/16215 ## Summary Closes #16213 We have a board with an STM32H7 connected to an IC switch through RMII. This IC switch is also connected to an embedded Linux soc and the MDIO and MDC lines are

Re: [PR] Support ethernet without MDIO & MDC lines [nuttx]

2025-04-15 Thread via GitHub
azerupi commented on PR #16215: URL: https://github.com/apache/nuttx/pull/16215#issuecomment-2806597299 We are using the RTL8364NBI-CG. I don't think I can share a screenshot of the schematic but here is a simplified diagram if that helps. ![image](https://github.com/user-attachments

Re: [PR] Support ethernet without MDIO & MDC lines [nuttx]

2025-04-15 Thread via GitHub
acassis commented on PR #16215: URL: https://github.com/apache/nuttx/pull/16215#issuecomment-2805169172 Hi @azerupi that is interesting. Sometime ago some people asking in the list how to do something similar, but in that case they were willing to communicate two MCUs directly using Etherne