本文介绍了从头开始创建 RTOS的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在读大学四年级,决定使用 MSP432 控制器来解决创建我自己的 RTOS 内核的任务.事实证明这很棘手,我希望得到这样做的人的建议.需要什么总体布局?你在做这件事时有什么经验?我知道这似乎是一项艰巨的任务,但我觉得我能做到.明天我将深入研究并尝试扩展我的知识.我知道这是一个广泛的话题,但如果可能的话,我只是寻求一点建议.非常感谢.希望大家都平安.

I am in my senior year of college and decided to tackle the task of creating my own RTOS kernel using MSP432 controller. This has proven to be tricky and I would like advice from people who are done this. What is the general layout needed? What was your experience while doing this? I know it may seem like a difficult task but I feel as if I can do it. I will be diving into research tomorrow and trying to expand my knowledge on this. I know this is a broad topic but I'm just asking for alittle advice if possible. Thank you so much. I hope everyone is safe.

推荐答案

我建议您学习其中一门课程或书籍.我可以推荐这个视频培训:

I would advise you to follow one of the course or book. From myself I can recommend this video trainings:

  • 现代嵌入式系统编程课程 - 很棒,免费,不需要硬件,有关嵌入式系统和 C 编程的实践课程,第 22-28 课专门针对 RTOS.
  • 嵌入式课程系列part1, 第 2 部分第 3 部分 - 由德克萨斯大学的讲师进行奥斯汀.免费,基于 ARM uC,不需要硬件,有趣的示例和练习,专用于 RTOS 的第 3 部分.
  • Modern Embedded Systems Programming course - great, free, not require hardware, hands-on lessons about embedded systems and programming in C, lessons 22-28 are dedicated for RTOS.
  • Series of embedded course part1, part2, part3 - conducted by lecturers from The University of Texas at Austin. Free, based on ARM uC, not require hardware, interesting example and exercises, part3 dedicated for RTOS.

这篇关于从头开始创建 RTOS的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

06-25 18:00