搜索资源列表
damd_os_memory
- 提供内存管理:防止内存泄露,通过damd_porting_memory_poor_status() 观察内存使用,查看有没有重复申请的情况 查找内存泄漏的问题 1)长时间运行后出现内存泄漏; 2)为跟踪这个问题做了一个内存监控管理机制,采用分配登记,释放注销的原则,统一封装malloc和 free 3)目的是清楚系统各个模块和各个负责人分配的内存情况; 调用例子-Provide memory management: Prevent memory leaks
Student-Management-System
- 可实现简易的学生管理系统的,增删改查,可以输入学生照片,可以显示日期时间,还有简易抽奖系统。-Simple student management system, additions and deletions to the investigation, can input student photo, you can display the date and time, there is a simple lottery system.
lecture2
- μC/OS-II中的任务管理,μC/OS-II提供的另一个系统任务是统计任务OSTaskStat( )。这个统计任务每秒计算一次CPU在单位时间内被使用的时间,并把计算结果以百分比的形式存放在变量OSCPUsage中,以便应用程序通过访问它来了解CPU的利用率,所以这个系统任务OSTaskStat( )叫做统计任务 -μC/OS-II in the Task Manager, μC/OS-II provides another system task is statistical task
RTX-Operating-System-Tutoria-12
- 安富莱电子原创RTX操作系统教程,配套STM32F103和STM32F407开发板。本章节为大家讲解RTX操作系统的时钟节拍和时间管理函数,其中时间管理函数是RTX的基本函数,初学者务必要掌握。- Armfly Electronic Original RTX operating system tutorials, supporting STM32F103 and STM32F407 development board.
