ST


A world leader in providing the semiconductor solutions that make a positive contribution to people’s lives, both today and in the future.

You are viewing an older revision! See the latest version

How to make wifi tests

  • WIFI driver code:

https://github.com/ARMmbed/wifi-ism43362

  • STM32 boards with this ISM43362 built-in module:

- DISCO_L475VG_IOT01A : https://os.mbed.com/platforms/ST-Discovery-L475E-IOT01A/

- DISCO_F413ZH : https://os.mbed.com/platforms/ST-Discovery-F413H/

  • Add the wifi driver for ISM43362 in mbed-os

cd mbed-os
git clone https://github.com/ARMmbed/wifi-ism43362.git
  • Execute tests:

mbed test -m DISCO_F413ZH -t ARM -v -n tests-network-wifi --test-config ISM43362_WIFI
mbed test -m DISCO_F413ZH -t ARM -v -n tests-netsocket-* --test-config ISM43362_WIFI


All wikipages