Question
Linker problem on SW4STM32 - Undefined reference to HAL_I2C_MASTER_TRANSMIT
Hello, I'm using stm32l152re nucleo board and I've to connect an accelerometer with I2c.
All is ok, but when I build the project the linker says "Undefined reference to HAL_I2C_MASTER_TRANSMIT". That's a function of stm32l1xx_hal_i2c.h and I can't understand why the linker gives error. I've checked all the inclusions , but it still doesn't work.
could you help me , please?
