User Activity

Hey, I'm having some issues with setting up clocks for my STM32F411CEU custom board with HAL.Using PLLCLK from HSI ends up with Hardfault, around where RCC is being configured.The only way I don't get hardfaults is:1) if I set System Clock Mux to HSI...
Hey!I'm stumbling around with integrating littleFS using STM32 HAL library and EMMC 4GB chip, and any help would be greatly appreciated.I modified FATFS EMMC example so that it uses littleFS. I changed nothing in the SDMMC driver, so since it worked ...