W7500P mbed network example not working

Hi,

I`ve been trying to compile the mbed example “TCPEchoServer-WIZwiki-W7500” to W7500P but i get the error:

Error: Cannot open source input file “device.h”: No such file or directory in “extras/mbed_7cff1c4259d7/platform.h”, Line: 21, Col: 21
See the picture below.

If I select the plataform W7500 it compiles, but when flashing to the board I do not see any printf message.

Isn`t there any network example ready to WIZwiki-W7500P?

Best regards


Hi Joao,

This example should work in either W7500 and W7500P

Did you try to Update all the libs in your project? (Right-click in your project name → Update All)

Regards,
Pedro

I managed to work. I had to import the library WIZnetInterface to a new empty project.

Best regards,