Interfacing the PDM digital embedded microphone in the STM32 F407 Discovery board.
This project was initilized and built using PlatformIO, version 4.1.0 with the following commnd:
pio init --project-dir . -b genericSTM32F407VGT6 -O "framework=stm32cube" -O "platform=ststm32"
[TODO]
To build this project with PlatformIO first install it, then open a terminal an execure:
pio run
To build this project with GNU GCC and Makefile do the following steps.
[TODO]
platformio debug --interface=gdb -x .pioinit
pio run -j 8 -t upload
pio device monitor -b 115200 -p /dev/ttyUSB0