找回密码
 立即注册

QQ登录

只需一步,快速开始

打印 上一主题 下一主题
开启左侧

[NUC240] Access EEPROM in Keil RTX by Multitasking

[复制链接]
跳转到指定楼层
楼主
admin 发表于 2023-8-16 09:40:25 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式

  • Application: This code demonstrates how to access EEPROM in Keil RTX program by multitasking.
  • BSP Version: NUC230/240 Series BSP CMSIS V3.01.001
  • Hardware: NuEdu-EVB-NUC240 V2.1, NuEdu-Basic01 V2.1
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 managing 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 access EEPROM.

You can download the sample code at https://www.nuvoton.com/resource-downlo ... 0121185309
分享到:  QQ好友和群QQ好友和群 QQ空间QQ空间 腾讯微博腾讯微博 腾讯朋友腾讯朋友
收藏收藏 顶 踩
牛卧堂
回复

使用道具 举报

沙发
匿名  发表于 2023-8-18 12:22:43
这个什么地方用到
回复 支持 反对

使用道具

高级模式
B Color Image Link Quote Code Smilies |上传

本版积分规则

新唐MCU