Best way to mate interrupts with c++ periephal drivers?
Hey!Lets say I write general Can periephal driver in c++ for stm32f4 series(which I'm actually doing), then interrupt handlers for can1 and can2.Now the proplem is how do I tell lets say can 1 rx interrupt, that >>this instance of object<< is the ...