Undefined HAL symbols, in Keil
I have existing working code which uses uart and some GPIO functions. Its main.h has,#include "ll_common.h", #include "stm32h7xx_ll_gpio.h", #include "stm32h7xx_ll_usart.h"and few more ll headers.Now I need to add I2C functionality to the code. I go ...