hello
I'm developing new features based on a product which use bf526 chip from 10 years ago.
When I create a new thread, it will report kernel panic from lwip which is existed in product before in the initialize process.
I upload the call stacks
VDKThreadIDTskLan = VDK_CreateThread(klwip_sysboot_threadtype);
It should create three threads: lwip_sysboot_threadtype, ADI_TOOLS_IOEThreadType, , ADI_TOOLS_IOEThreadType
when goes into kernel panic, it only two threads are created lwip_sysboot_threadtype, ADI_TOOLS_IOEThreadType.
Any ideas ?
Thank you