User Activity

HAL_GetTick() returns the value -128 when called in I2C write memory bite Here are the code snipets how to resolve this error
When i try to interface Nucleo-L552ZE-Q with 24C1024 EEPROM i am unable to read data from it.#define EEPROM_ADDR 0xA0#define PAGE_SIZE 64#define PAGE_NUM 512I have attached the SS of the code.Here when we get into Read gas function it gets stuck in I...