This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

init_TcpNet hang after I do a NVIC_SystemReset()

Hi,

In my code I am using RTL-TCP lib from Keil. So far everything work normally.

But I need to call NVIC_SystemReset() to restart my device, after a system reset. My code hang at init_TcpNet() function. Problem didn't occur if I unplug my Ethernet cable before a reset.

Anyone know what is the problem/solution?

Any function for me to de-init TCPnet so I can re-init it after system reset?

Thanks

0