Hi,
Thanks for your reply, I inited IVOR8 right in the project

When it runs to send arp packet in function enetif_low_level_output(), now it is OK,

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)


in the section_vector_table, some interrupts handle in the lwip_example_project are not realized,