API is not coming up outside of the function body
Hi,
I am trying to add HAL_I2C_Mem_Read into my application. However, when I write the API in the region below, it is not auto filled, I can not use the API. On the other hand, when I add the API inside the above function it works.
How can I fix this ?
I have already added #include "stm32f4xx_hal_i2c.h" as header file.
Thanks.

