Hi,
Thanks for your reply, I inited IVOR8 right in the project
yangjinzhuang_0-1678437089278.png
When it runs to send arp packet in function enetif_low_level_output(), now it is OK,
yangjinzhuang_1-1678437616133.jpeg
next step to the line of OSIF_MutexUnlock(), the process run away, then I suspend , it appears different interrupts(there are some null IRQhandle in the example project, maybe they are not used except ENET, but it run success in core 1, then I del the null IRQhandle in the section intc_vector_talbe, it go to the next null IRQhandle, at last I del all the null IRQhandle , it appears IVOR8_IRQhandle)
yangjinzhuang_2-1678437666040.png
yangjinzhuang_3-1678437682529.jpeg
in the section_vector_table, some interrupts handle in the lwip_example_project are not realized,