User Activity

How to play Audio files from a W25Qxx SPI External Memory using STM32G0Welcome back with the part 2 of our article series that explains how to play Audio files from a W25Qxx SPI External Memory using STM32G0 Here we will continue with the required f...
How to play Audio files from a W25Qxx SPI External Memory using STM32G0This article guides you over the firmware implementation for the low-level portion of an audio player, including how to configure the peripherals to play audio files. Considering ...
How to create a driver to handle External flash memory using SPI?Welcome back!In this last part we'll continue creating driver functions for STM32 microcontroller to interact with external memory device through the SPI peripheral WriteData(void:( Thi...
How to create a driver to handle External flash memory using SPI?Welcome back!In this  part we'll cover creating driver functions for STM32 microcontroller to interact with external memory device through the SPI peripheral We will now proceed to crea...
How to create a driver to handle External flash memory using SPI?This article will guide you through creating the necessary driver code to interface a STM32 with an external SPI flash memory. As an example, we will store audio files in the external f...