We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I am using MDK ARM Professional version v4.74 and MCB2300 evaluation board.How to use ethernet interrupt using static void interrupt_ethernet (void) __irq.I have enabled ethernet interrupt using VICIntEnable = 1 << 21;.how to receive ethernet frame and how i can extract data using this ethernet interrupt function static void interrupt_ethernet (void) __irq.Any help will be appreciated.Thank you.