User Activity

Hi,I have noticed very annoying bug in Stm32cubeIDE 1.0.1.I'm unable to access f_utime function despite "fatfs.h" and "ff.h" files included.Even stranger is that when I click: Open declaration the IDE has no problems with that....Here is my code:#inc...
Hi,I have created my own board on STM32F405RGT6 and I want to use MicroSD card with it.My problem is that the file system mount is working but not the file open. While f_open() is invoked the board freezes for about 30 seconds and later returns "FR_D...
I have designed my custom stm32f405 board based on Pyboard 1.1 and Adafruit Feather stm32F4 Express and was unable to enter USB DFU with it.I uploaded the code using ST-Link and can confirm that USB OTG FS works, without DFU the device is visible as ...