• 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, 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 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 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...
  • Cortex-M0+ privileged/unprivileged extensions
    Hi all, According with ARMv6-M architecture reference manual, it supports two operation modes, handler mode and thread mode. - "execution in handler mode is always privileged." - "execution in...