git clone --recurse-submodules https://github.com/tdjastrzebski/B-L475E-IOT01A_MBED-OS

References

  • STM32L475VG Ultra-low-power with FPU Arm Cortex-M4 MCU 80 MHz with 1 Mbyte of Flash memory, USB OTG, DFSDM
  • DS10969 STM32L475xx Datasheet
  • RM3051 STM32L47xxx, STM32L48xxx, STM32L49xxx and STM32L4Axxx advanced Arm®-based 32-bit MCUs
  • B-L475E-IOT01A STM32L4 Discovery kit IoT node, low-power wireless, BLE, NFC, SubGHz, Wi-Fi
  • UM2153 Discovery kit for IoT node, multi-channel communication with STM32L4

Prerequisites

mbed-tools new .
mbed-tools import <example> <PATH>
mbed-tools configure -m DISCO_L475VG_IOT01A -t GCC_ARM
mbed-tools compile -m DISCO_L475VG_IOT01A -t GCC_ARM

git submodule add --depth 1 https://github.com/ARMmbed/mbed-os mbed-os git config -f .gitmodules submodule.mbed-os.shallow true

pyocd pack install STM32L475VGTx

Updating ISM 43362 WiFi module firmware on B-L475E-IOT01A board - please rescue!