User Activity

Hi folks,Im working with lis3dh & stm32 using https://github.com/STMicroelectronics/STMems_Standard_C_drivers/tree/master/lis3dh_STdCthis library.No output found.While debugging my code stuck in while(1) loop(i.e while compairing i2c address) ,I even...
Hi folks,Im using VL53L3CX API for Stm32l476rg .Im generating code through CubeMx on keilinclude all .h & .c file from core & platform of api in inc & src folder of Project,also giving path .I got some error in Platform files & in main code .Please f...
Im working on stm32l433cctt6 ,& try to save deta on internal flash memory ,but while write on flash operation it returns status error & Hard fault in HAL_FLASH_Program,Here is my Code// Variablesuint32_t StartAddress = 0x0808F800; //start addre...
Im working on stm32l4 series ,using external eeprom , eeprom writes four variables in 4 EEPROM addresses succesfully,but while reading EEPROM it only reads last (4th) variable on all 4 EEPROM address,Im try all methods adjusting delay ,EEPROM addre...