User Activity

Posted on May 25, 2018 at 04:37I have discovered that renaming stm32f4xx_it.c to stm32f4xx_it.cpp in sw4stm32 causes interrupts to no longer work even after converting the project to C++.I have attached a minimum project for sw4stm32 that demonstrat...
Posted on April 16, 2018 at 01:39I've got a simple c++ class (LEDDriver) that has an internal state that will eventually be updated by a state machine. I've created an update() member function that will handle turning the LEDs off and on, it just ne...
Posted on April 13, 2018 at 02:37I would like to access a global object in my main.cpp from stm32l0xx_it.c.In particular, I've created a LED object with a member function called update(). I'd like to be able to run the update function from within a ...