User Activity

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 un...