User Activity

When I run this code, the value stored in colourBuf[0] changes after the for loop at line 73 completes. The colour0 value doesn't change. Debugging in STM32 Cube IDE./* * LED_control.c - Version 2. * * Created on: 21 June 2022 * Author: ...
I'm trying to implement a 6- or 8-microphone arrangement, as outlined in AN5027 (p25). The recommended approach is to use an SAI with PDM interface, but I'm struggling to find a suitable MCU (and subsequently, a suitable Nucleo dev board). I've not ...
I'm working through ST Application Note AN5027 (link) to interface PDM microphones via SAI (specifically, the example given on p41 onwards). I selected a Nucleo L4A6ZG for this, due to it having SAI, but I'm having some trouble following the DMA con...