• Two projects simultaneously
    Is it possible to open two projects simultaneously? I have master/slave project with PK-ARM and PK51. Master is ARM (LPC2138), slave is LPC900 (P89LPC9107). Communication is single wire, modified UART...
  • RTOS task swtiching faliure
    I have a bunch of tasks running in Round robin fashion. They perform the task of reading from four serial ports and polling a push button state plus one more task to print data on serial port. The problem...
  • Simultaneously Debugging two Cores in AMP mode
    Note: This was originally posted on 9th September 2013 at http://forums.arm.com Platform: Cortex R7 (Versatlie Express) Debug agent: RealView ICE IDE: DS-5 Hi, I have a question regarding simultaneously...
  • RTX tasks
    Hi, I try RTX RL-ARM and I would like to know if the only way for task switching is by round-robin. Best regards.
  • how to prioritize a task in round robin scheduling in KEIL-RTX RTOS environment
    I am using KEIL-RTX RTOS for cortex-m3 board.There are many tasks of same priority & Robin robin scheduling is enabled in my code.I need to prioritize a task but that is not supported in KEIL-RTX RTOS...