• how to call exception from unprivileged
    I am trying to configure MPU for different different regions after configure MPU i'm jumping to unprivileged and my exception handler is in privileged so i'm not able to generate svc exception from unprivileged...
  • Tickless mode with RTX 4.80
    Hello everybody, I am engineering a power constrained application on an STM32L151VC with RTX 4.80. In order to save power we want to sleep as often as it makes sense. The following code is the concept...
  • RTX Run in privileged mode
    I want to enable interrupts in lpc1313 in task,when RTX is not in privileged mode, I can not do it.but when I set RTX to Run in privileged mode ,then I can enable I2C interrupt in task.why? what...
  • RTX, CAN, STM32 : privileged mode or not privileged mode ?
    Hi, I'm developping a CAN application on a STM3220G eval board, using the RTX kernel. The example presented by Keil works fine, but runs in privileged mode. In my application, which is not...
  • RTX STM32F103 Stop standby modes
    How can I implement stop and standby power modes with RTX RTOS? Power modes are working fine if used without RTX. With RTX I am getting hard fault exception. Any examples for stop and standby modes...