牛卧堂MCU技术交流

标题: [NUC240] Use ADC, GPIO and USB Mouse in RTX [打印本页]

作者: admin    时间: 2023-1-20 11:03
标题: [NUC240] Use ADC, GPIO and USB Mouse in RTX

When a microcontroller application has to handle many tasks at the same time, we can use RTOS (real-time operating system) to help us manage these tasks. In RTOS system, CPU processing time is divided into a number of time slots. Each time slot processes different task and the switching between these tasks can be hundred times per second. It appears to that the application tasks are running simultaneously. When the application becomes more and more complex, we can use RTOS to help us manage these tasks.

CMSIS-RTOS in Keil MDK (Microcontroller Development Kit) provides a standard API for RTOS and application layer, includes the Keil free RTOS, RTX (Real-Time eXecutive) kernel. Once others RTOS can support CMSIS-RTOS, we can port our application to others RTOS platform easily. This sample code uses RTX kernel, which is provided by Keil CMSIS-MDK, to create a RTX kernel system, and then executes USB, ADC, UART and GPIO task.

You can download the sample code at https://www.nuvoton.com/resource-downlo ... 1225171553





欢迎光临 牛卧堂MCU技术交流 (http://www.nuvoton-mcu.com/) Powered by Discuz! X3.2