User Activity

Hello community,I've a code that calls the function HAL_I2C_Mem_Read_DMA(), and I want to abort the operation under a certain condition. I tried the function HAL_I2C_Master_Abort_IT(), but it is not working. could you please help me find a way to abo...
Hello community,I'm actually working on an NFC application using m24lr04e. I use hal_i2c_mem_read/write to read and write data to eeprom. I'm able to read and write user memory area. but for system memory i can only read it. I'm not able to change se...