[M480] Use CAN in RTX

Post Reply
chhsieh3
Posts: 307
Joined: 13 Mar 2020, 09:08

16 Jun 2020, 15:52

  • Application: This code demos CAN interface in RTX.
  • BSP Version: M480 Series BSP CMSIS V3.03.000
  • Hardware: NuMaker-ETM-M487 v1.2
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 means that the application tasks are running simultaneously. When the application becomes more complicated, 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 also 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 to execute CAN task.

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

Post Reply
  • Information
  • Who is online

    Users browsing this forum: No registered users and 15 guests