Ethernet send complete interrupt not triggered in stm32f7
Hello,
I am using stm32f7 ethernet interface. Send and Receive functionality is working as expected, whereas send complete interrupt is not triggered.
I came across this post https://community.st.com/s/question/0D50X00009XkgfISAR/stm32f767-nucleo-ethernet-not-working, wherein it is said that HAL_ETH_TxCpltCallback() is not triggered due to limitation.
Is HAL_ETH_TxCpltCallback() implemented in stm, or the limitation still persist ?
