2016-08-17 03:22 AM
Hi,
I'm working on nucleo-f767zi with ethernet communication (LwIP stack).At startup (power-up or reset), randomly, the Ethernet module does not receive any frame.In other startup, it works fine.When it doesn't work, the register MMCRFCECR increases (received frames with CRC error counter).Do you have any idea what could cause this issue?2016-09-17 07:03 PM
Hi, I am having the same problem. Did you find a solution?
2016-09-18 03:30 AM
I have the same problem. The NutOS http example (trunk from https://sourceforge.net/p/ethernut/code/HEAD/tree/) works for F2/F4/F74 but only random on F76. An example compiled for the F74 Nucleo, not depending on Flash or RAM size, shows the same random behaviour when flashed to and run on F76 Nucleo.
I have not yet looked at the MMCRFCECR register value.2016-09-19 03:08 AM
Hi,
No, I don't have found solution.For now, I have bypassed by resetting automatically if there are problem.Like this :if(gnetif.dhcp->autoip_coop_state && (heth.Instance->MMCRFCECR >= gnetif.dhcp->tries)) HAL_NVIC_SystemReset();For me, this is not a possible final solution.2016-09-19 04:34 AM
Different people with different boards and different firmware noticed problems with ethernet and the F767.
Maybe some hardware bug is involved. Please also report in https://my.st.com/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Flat.aspx?RootFolder=%2fpublic%2fSTe2ecommunities%2fmcu%2fLists%2fcortex%5fmx%5fstm32%2fStm32F767%20Nucleo%20Ethernet%20does%20not%20always%20start&FolderCTID=0x01200200770978C69A1141439FE559EB459D7580009C4E14902C3CDE46A77F0FFD06506... so that maybe some ST Representative notices and comments, Thanks2016-09-19 04:35 AM
The thread I mean is in the STM32 Forum:
Stm32F767 Nucleo Ethernet does not always start
2016-09-23 08:55 AM
Hi,
We acknowledge the Ethernet issue faced on STM32F767 devices.This limitation is under investigation. We will keep you informed as soon as we have more details on this regard.Sorry for any inconvenience this may create for you.-STM32 Forums ModeratorTo give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2016-10-20 03:57 AM
Hi,
The Ethernet limitations are described in .Please note that a new device revision will be available to fix these limitations.For more details, please contact your FAE or distributor.-STM32 Forums ModeratorTo give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.