2024-02-22 08:12 PM
If you need an example, how to use PDM microphones (MICs) on STM32 MCU and how to bring the voice/sound via network to a host computer (PC) - here is my project:
https://github.com/tjaekel/PortentaH7_VFR_CubeIDE
Here is a YouTube video with a demonstration:
it is based on Portenta-H7 (STM32H747) (with breakout board or using the vision shield), but I post it here because: it is NOT based on Arduino drivers, nor Arduino IDE! It is an STM32 Cube HAL based project, for STM32CubeIDE, a regular STM HW/FW project like a NUCLEO board.
What it does (it is a pretty heavy/large project):
Have fun with it (or use as reference "how to do").
Solved! Go to Solution.
2024-02-22 08:14 PM
Remark:
you can compile and generate code to flash via UART and Arduino dfu_util (flash MCU without a debugger).
But, via the breakout board - you can also connect a regular ST-LINK debugger and make use of the entire flash memory (it would rip out the UART loader). Just see the linker script file settings.
2024-02-22 08:14 PM
Remark:
you can compile and generate code to flash via UART and Arduino dfu_util (flash MCU without a debugger).
But, via the breakout board - you can also connect a regular ST-LINK debugger and make use of the entire flash memory (it would rip out the UART loader). Just see the linker script file settings.