Dear Sir,
I have Ethernet function in my application, and it works well before.
But when I update a library (This library is a video algorithm for my application, and will be updated from time to time),
my ethernet function doesn't work anymore.
I really can not figure out why the new library cause ethernet's malfunction.
I trace the ethernet code and find out my application stuck in fdSelect( ) api.
fdSelect( ) can not detect any activity.
I check the spec spru523, and it says maybe this error is caused by memory corruption.
But I don't know how to handle the memory corruption error. Why new library cause memory corruption?
Can you help me out? Really appreciate your help!
Best Regards,
Eric Fang