• Changing RTX SysTick at run-time possible?
    I'm using RTX on stm32f103 with their peripheral library. Aside from stop or standby mode, i need to implement a power save mode by slowing down the core & peripheral clocks. The problem, I think, is...
  • Checking RTX Idle time
    I am using MDK-ARM 4.60. In earlier versions I was able to use rt_post_taskswitch along with os_idle_demon as a way to monitor idle time (toggle an output, view with a scope). Now, rt_post_taskswitch...
  • using c time functions with RTX
    Just trying to use c function time(), have included time.h, project compiles ok, but the linker reports the following error. Error: L6915E: Library reports error: __use_no_semihosting_swi was requested...
  • Real Time Agent with RTX and STM32
    After searching everything I can find, I can't find an example of an RTX_Config.c with the RTA functionality included for the STM32 Cortex M3. I can find many examples of RTX_Config.c with an ARM...
  • Change of priority of ISRs used by RTX on a CM3
    Hi all, I am using RTX on a CM3 STM32F1x and I would like to change the priorities of the three handlers that RTX uses: the SVC_Handler(), PendSV_Handler(), and SysTick_Handler(). They are normally...