Skip to content

I2C2_EV_IRQHandler is missing (LoxBusTreeRoomComfortSensor) #27

@matlab22

Description

@matlab22

@KjellVerb I am getting an error when I try to compile the latest master. Can you help me solve this issue?

LoxLink Debug/LoxBusTreeRoomComfortSensor.o: in function `I2C2_EV_IRQHandler':
undefined reference to `HAL_I2C_EV_IRQHandler'
LoxLink Debug/LoxBusTreeRoomComfortSensor.o: in function `I2C2_ER_IRQHandler':
undefined reference to `HAL_I2C_ER_IRQHandler'

I temporarily solved it like this:

extern "C" void I2C2_EV_IRQHandler(){
    //HAL_I2C_EV_IRQHandler(&hi2c2);
}
extern "C" void I2C2_ER_IRQHandler(){
    //HAL_I2C_ER_IRQHandler(&hi2c2);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions