Hi,
I'd like to use WiFi interface in my project, but I found some problem.
Before editing my project I tried to modify the "Web Server" example project.
Because the WiFi interface needs RTX5 RTOS, first of all I changed my project migrating from RTX to RTX5 RTOS following the RTX Migration Guide.
I implemented only the "Level 1 Migration - Upgrade to RTX5 on API v1", but at the moment I think it is enough for my test.
After the migration process I compiled the project and all was ok, and also the project runs without errors.
After that I integrated the WiFi interface in my project.
Starting from the "Web Server" example:
At the end of this integration process, it was possible to compile the project and all was ok, but when I tried to test the project I found an error during the execution of the "netInitialize()" function:
The netInitialize() function fails with the NET_ERROR_CONFIG erorr.
Could someone help me to understand if I miss something in project configuration?
In the follow you can find configurations about Network and WiFi
Thanks,
Giovanni.
giomaca : You might want to follow this thread - which asks the same question:
https://community.arm.com/developer/tools-software/tools/f/keil-forum/45404/wifi-support