User Activity

Hi,I am generating the basic initialization of my projects code with CubeMX. As far as I understood it, the user can insert "USER CODE" sections to prevent the automatic code generator from overwriting these code blocks.In my case, I want to prevent ...
Hi,for my current project, I like to use the FatFS library to read/write data to an SD card, connected to a STM32F429 through SDIO interface. This generally works and I can create/read/write files on the SD card.In addition, I like to use USB mass st...