• Concurrent task processing in LPC2148
    Hi all, I am using RTX in LPC2148, I am using 3 tasks with different priority. I want to run the tasks periodically like task_1 run for every 10ms,task_2 runs for every 20ms and the third one for...
  • RTX - Invalid number of concurrent running threads
    I have just started with Keil and Cubemx with the stm32l0 so I'm finding my feet with the tools. I generated a flashing led project with cube and then added usb CDC for a quick test with hyperterminal...
  • State Diagrams
    Hi, How do you use state diagrams to model embedded programs? Is there any book with examples on how to do this? Thanks
  • how to log states and variables?
    I want to output to a file, a log of timing & variable information that I could then import into a spreadsheet where I can more easily visualize its operation. I need to output the value of a few different...
  • Checking Mutex state
    Using Keil 5.15. Have about 20 mutexes created throughout our system. How do I check the state of each mutex? Can I see which task owns it?