cancel
Showing results for 
Search instead for 
Did you mean: 

STM32F746 - Ethernet interrupts are not being called!

axaykumar rana
Associate II
Posted on May 08, 2017 at 21:10

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-discovery
1 REPLY 1
axaykumar rana
Associate II
Posted on May 19, 2017 at 14:09

Hello STM Community,

Could you please suggest me how can I trigger read operation by receive frame of Ethernet?

Any hints would be appreciated!