You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/09/10 23:13:36 UTC

[GitHub] [incubator-nuttx] CityAplons opened a new issue, #7074: Unstable Ethernet connection with nucleo-144:f767-netnsh configuration.

CityAplons opened a new issue, #7074:
URL: https://github.com/apache/incubator-nuttx/issues/7074

   I would like to ask if anybody resolve the issue with ethernet stability on a STM32F767ZI chip.
   After several successful ICMP `ping` packets the board is starting to lose most of them with two different driver warnings: Bad IP checksum and DROPPED Unknown type: 0000.
   
   I have an improved revision chip and already checked other Errata suggestions. However, `CONFIG_STM32F7_ETH_HWCHECKSUM` with forced `Store and Forward` mode didn't help.


-- 
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-unsubscribe@nuttx.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] CityAplons closed issue #7074: Unstable Ethernet connection with nucleo-144:f767-netnsh configuration.

Posted by GitBox <gi...@apache.org>.
CityAplons closed issue #7074: Unstable Ethernet connection with nucleo-144:f767-netnsh configuration.
URL: https://github.com/apache/incubator-nuttx/issues/7074


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] CityAplons commented on issue #7074: Unstable Ethernet connection with nucleo-144:f767-netnsh configuration.

Posted by GitBox <gi...@apache.org>.
CityAplons commented on issue #7074:
URL: https://github.com/apache/incubator-nuttx/issues/7074#issuecomment-1243010903

   Past this day I figured the problem out. There is a wrong second argument in `up_invalidate_dcache` function in low-level ethernet driver compared to the STM32H7 one. It is already fixed in the master branch 🤦.
   
   https://github.com/apache/incubator-nuttx/blob/0eb79f1a9ad48aaf92126bc126bd62c56079ebdf/arch/arm/src/stm32f7/stm32_ethernet.c#L1734-L1736


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org