• OsTimerStart bug in RTOS2 5.8.0
    A bug appears when trying to restart a periodic timer already running using osTimerStart, with a different period : The new period is taken in account for one period and period go back to the previous...
  • OsTimerStart bug in RTOS2 5.8.0
    A bug appears when trying to restart a periodic timer already running using osTimerStart, with a different period : The new period is taken in account for one period and period go back to the previous...
  • std::mt19937 with ARM Compiler 6 uses sys_open and breaks retarget.c
    I'm using Keil V5.30.0.0 and ArmClang.exe V6.14. When I tried using std::mt19937, like so: #include <random> std::mt19937 mt; std::uniform_int_distribution< uint32_t > dist(0); auto a = dist( mt ...
  • std::mt19937 with ARM Compiler 6 uses sys_open and breaks retarget.c
    I'm using Keil V5.30.0.0 and ArmClang.exe V6.14. When I tried using std::mt19937, like so: #include <random> std::mt19937 mt; std::uniform_int_distribution< uint32_t > dist(0); auto a = dist( mt ...
  • Break on IDATA
    Hej I am using uVision 2.37 with C51 version 7.05C. I would like to set a break point in a stack overflow. Can anyone tell me how to set a break point on write access to I:0x7f Thank you