• Idea for the next version of µvision
    Today, many microcontroller use in-system programming , or other system. So, why µVision could not include one in the next generation? I think it can be very usefull, no?
  • is this a good idea?
    Hello, I have a free running hardware timer on a LPC2478 (timers are 32 bit). no interrupts related to that timer are used. can the following code corrupt the value latched from the hardware...
  • My idea about ARTX isr_evt_set()
    In the ARTX help say 'It might happen that two isr_evt_set() functions for the same task are called before the task gets a chance to run from os_evt_wait_xx() event waiting function. Of course one event...
  • Custom RTOS - general ideas veryfication
    Greetings Community ! Im currently working on my custom real time kernel project (STM32F7). It was really in mature stage of developement, when i figured that its not compleately ISR safe, gets stucked...
  • message bus IDEA in RTOS
    I have an idea for RTX and other RTOS, adding message bus feature to them! Like a CAN bus this bus operate but between tasks instead of devices. Many times a task have a message that can publish...