User Activity

Hi,I am using STM32H5 microcontroller with Free-RTOS environment.Interfaced SD card with the MCU using LittleFS file system.My SD card has Compressed files, I wanted to decompress them and write to the separate folder. Is there any libraries supporte...
Hi,I am implementing micro-sd card with STM32H573RI using SDMMC1 interface. I am using HSE clock with input frequency 25MHz and the system clock is running at 250 MHz. SDMMC1 clock mux is sourced by PLL1Q(25MHz).All the SD card initial commands in th...
I am trying to develop simple HTTP Web Server using NUCLEO-H745-ZIQ board.The idea is to have file system to store our HTML web pages.Do you have an example code to achieve this ? Or else please suggest us a way to have file system to load our html ...
Hi,I am using STM32WB5MMG MCU with the latest FUS V1.2.0 and BLE_Stack_full V1.13.1.I have my own custom BLE application. After enabling BLE fast advertisement using the API "Adv_Request(APP_BLE_FAST_ADV);", I cannot able to see the advertisement in ...
/*SPI Initialization*/ static void MX_SPI1_Init(void) {   /* SPI1 parameter configuration*/ hspi1.Instance = SPI1; hspi1.Init.Mode = SPI_MODE_MASTER; hspi1.Init.Direction = SPI_DIRECTION_2LINES;//SPI_DIRECTION_2LINES; hspi1.Init.DataSize = ...