Question
STM32Cube callbacks and variables
Posted on November 14, 2014 at 14:40
As far as I can see the new STM32Cube has callbacks that are called from the ISRs. This means that all variables that can be changed within the callback and accessed from outside the callback has to be declared as volatile as usual? I would like some confirmation/thoughts on this.
