2017-05-08 12:10 PM
Hello St Community,
I am currently developing an application utilizing STM's 746 series discovery board. In the implementation, I would like to transfer data by Ethernet and I am able to develop udp transfer as well as receive packets via call back ethernetif_input().
Now, when I try to debug it with interrupts, I am not able to get anything.
Could you please hint me where exactly I can start Ethernet interrupts?
Thanks in advance!
P.S. - I have selected interrupts while I was generating apis by Cube MX.
#lwip #stm32 #ethernet #interrupts #stm32f746g-discovery2017-05-19 05:09 AM
Hello STM Community,
Could you please suggest me how can I trigger read operation by receive frame of Ethernet?
Any hints would be appreciated!