User Activity

stm32l071CB flash only 128kB, can fatfs run on Stm32L071CB? Roughly how much space it takes up?The FATFS I used to use on the stm32F103VE platform took up about 200KB of flash because of several large arrays。
Why STM32G431 CAN get into bus off status? I cannot find the reason in the reference manual.
Vl53l3CX works well when i init it with DataInit and StartMeasurement Function,but when i add a OffsetCalibration to its init sequence,it output a distance of 8191 mm,which is obviously wrong .Paraments of calabration function are shown in the  follo...
stm32G071 UCPD SINK code answers GOODCRC after received SRC_CAPABILITY,but USBPD_PE_SetDataInfo Funtion was not Execute after GOODCRC,why? 
the Dead Battery Signals have been selected in stm32cubeMX, but when it run to "MODIFY_REG(SYSCFG->CFGR1, (SYSCFG_CFGR1_UCPD1_STROBE | SYSCFG_CFGR1_UCPD2_STROBE), ConfigDeadBattery);",SYSCFG->CFGR1 keeps default value.the clock is enabled.