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

STM32F4 eval board not able to make use of MDK

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 netInitialize , or are there multiple parameters to be set in order to make use Keil's network stack.

I like to have some help with this issue.

Or if there is a working code to initialize the network using MDK for this particular board, I would like to have a look at it.

Any help is appreciated,

SK