Hi team, HAL_I2C_Mem_Read/Write_IT is not responding when calling it as function into a main file from another file. How can i get an output after read/write in the below detailed case?
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...