What you've learned

You should now know how to:

  • Understand the basics of RTX-based RTOS application development
  • Configure and manage an RTOS project in Keil Studio, including defining the memory map, selecting software components, and setting up debugging configurations for Cortex-M processors
  • Create and manage multiple threads within an RTX5 RTOS application

Knowledge Check

Which function is used to invoke an OS thread?

What is the purpose of the `osKernelStart()` function?

What happens if the code execution reaches the infinite while(1) loop in the main function?


Back
Next