Hi,
I am working on STM32F4x9i eval board, here, we are trying to make
use of Keil's MDK 7.5 to make the Ethernet connection.
I have no errors in the code when build, but, it's entering an
Infinite loop in net_sys_error during debug session. And step by step
debug put me in a mutex error.
All I am trying to do is a simple Initialization, send UDP
packets. As it's getting stuck just in the initialization state, I
can't go further.
Are there any Known ERRORS in netInitia
↧