User Activity

Hi!I would like to store files on an SD card that are transmitted via HTTP POST (lwIP HTTP server). The files are correctly transmitted (hash calculating on both sides, the hashes are equal) and then written out to the card. But the content of the fi...
I use a STMH743ZI Nucleo board with an SD card (SDMMC1 peripheral). The SDMMC peripheral and SD Card initialization are successful, as FatFS init too (FATFS_LinkDriver). The problem comes when the FatFS lib wants to mount the SD Card. After configuri...
Hi all,I would like to create a STM32CubeIDE project for my H747 discovery board. I've modified the board (rerouting to the ethernet IC) as the guide propose and the it is working (I tried out with MBED OS socket example). But in the ST IDE there isn...