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