User Activity

Hi, I'm trying to make a c++ project for STM32CubeIDE using the STM32CubeMX.However there doesn't seem to be any c++ option, is there something I'm missing or is the software just not made for it?
Hi, I'm writing a simple uart controlled oscillator.However when Including std::string, basic_string.h and stl_iterator.h causes several errors.it almost looks like something is not included, like remove_const_t add_const_t etc..In these errors, GLIB...
Posted on October 31, 2017 at 11:46Hello, I have timer 3 setup like this:ARR = 8400PSC = 99CCR1 = 4200CCR2-4 = 0xFFFFCR1.CEN = 1DIER.CC1IE = 1DIER.UIE = 1when i run my code after one interrupt all interrupt flags get set to 1, obviously this shouldn...