User Activity

I am using STM32F411VE for testing I2C driver, in which i have defined 9 test cases using HAL_Mem_read, HAL_Mem_write, HAL_Master_transmit and HAL_Master_Receive(inblocking and non blcking mode(IT, DMA)).  I have defined each test cases as a function...
In this for the i2c communication I am planning to use LSM303DLHC for undersatnding the i2c communication and the protocols. I want to learn more about the driver API like i2c_init(), i2c_read(), i2c_read_with_no_register etc.. Kindly suggest me a wa...
Hi team, I am trying to generate I2C driver code using STM32CubeIDE, to understand perpheral functions. I was successful in generating the code but i cant find the functions which I am looking for like I2C_Init(), I2C_cmd, I2C_GetFlagStatus() ...Coul...