• 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...
  • STM32F429I-EVAL LCD goes blank after net_initialize() is run
    I have created an LCD GUI project using MDK5 porting the STCube LCD & touch drivers into RTX RTOS task. I have another task which blinks LEDs based on button presses, which also works. But when...
  • Periodic activities in the systems when the idle state is dominant
    hello everyone, I am working on the systems in order to observe their behaviour on the DS5. I execute the system by an application benchmark and I watch the behavior of the DS5 Streamline data. when I...
  • code works on stepping but goes to interrupt when run
    Hi, Iam working on a luminary micro based cortex M3 processor. Iam not using any RTOS. Iam trying to use system timer tick (luminary software based) packet transmitter code. The code works on...
  • Prefetch Abort (PAbt) after Entering Idle (Help!)
    Part: LPC222x Hi, I am experiencing a Prefetch Abort after entering Idle mode via setting the IDL bit in PCON. Where I normally would run this: StartTimerInterrupts(); while (1) { ...