Hello @guillaumefaye,In the section Properties > C/C++ Build > Settings > Tool Settings > MCU GCC Compiler > Include paths, you should include the path ../Drivers/JSON . For your second question, It's not necessary to add the paths ../Drivers/NTC an...
Hello @carloV ,The I2S interface is typically a subset of the SPI and is designed specifically for audio data. It supports standard audio formats and is easier to configure for simple stereo audio applications. But the SAI block is a dedicated audio ...
Hello @siddhantabhy ,Yes, it is possible to interface an STM32F407 microcontroller with an ESP32 using the SPI protocol. First, you need to make the physical connections between the STM32F407 and ESP32. (SCK , MOSI , MISO and GND). Then you'll need t...
Hello @FShah.1 I suggest you in: C/C++ General/ Include paths and Symbols to Edit the format : Middlewares/ST/STM32_Audio/Addons/PDM/Inc and Middlewares/ST/STM32_Audio/Addons/PDM And in C/C++ Build / Settings / MCU GCC Compiler / Include Paths : ...