Loading...
 

Zephyr project on STM32

   Zephyr Workbench, a VSCode extension to manage Zephyr on STM32.
It enables users to easily create, develop, and debug Zephyr applications.
Main features:
  • Install host dependencies.
  • Import toolchain and SDK.
  • Create, configure, build and manage apps.
  • Debug STM32.
You can directly download it from the VSCode marketplace
For more details, visit the Zephyr Workbench

System Workbench for STM32


microphone example code for STM32L475

I’m following this example for microphone example code but it’s based on STM32F769I-Disco. How do you make it work with STM32L745 Discovery kit IoT board (B-L475E_IOT01A1)?
https://wiki.st.com/stm32mcu/wiki/STM32StepByStep:STM32_Advance_AnalogQuestion
I was able to get by at signal/pin configuration at STM32CubeMX, but once the tutorial progressed into copying and including code/header file, I’m very lost because I don’t know what are the equivalent files for STM32L475.