找回密码
 注册
搜索
查看: 1933|回复: 6

[资料] Nucleus PLUS 参考手册

[复制链接]
发表于 2007-12-25 17:13:38 | 显示全部楼层 |阅读模式
刚刚使用MTK反案,感觉需要进一步了解系统原理,就需要由OS入手,第一次发贴。请大家多多支持。

Nucleus PLUS 参考手册
目录
第一章 介绍
1.1 关于Nucleus PLUS
1.2 实时应用.
1.3 为什么需要Nucleus PLUS
第二章 开始
2.1 应用开发综述.
2.2 安装Nucleus PLUS
2.3 如何使用Nucleus PLUS.
2.4 应用程序初始化.
2.5 目标系统考虑事项.
2.6 配置选项.
第三章 功能的描述
3.1 初始化.
3.2 任务.
3.3 任务通信.
3.3.1 邮箱.
3.3.2 队列.
3.3.3 管道.
3.4 任务同步.
3.4.1 信号量(semaphores)
3.4.2 事件集.
3.5 定时器.
3.5.1 连续时钟.
3.5.2 任务时钟.
3.5.3 应用时钟.
3.6 内存管理.
3.6.1 分区内存池.
3.6.2 动态内存池.
3.7 中断.
3.8 输入/输出驱动器
3.9 系统诊断.
第四章 Nucleus PLUS 服务.
4.1 任务控制服务.
4.2 任务通信服务.
4.3 任务同步服务.
4.4 定时器服务.
4.5 内存服务.
4.6 中断服务.
4.7 I/O 驱动器服务.
4.8 开发服务.
4.9 服务定义.
NU_Activate_HISR.
NU_Allocate_Memory.
NU_Allocate_Partition
NU_Broadcast_To_Mailbox
NU_Broadcast_To_Pipe.
NU_Broadcast_To_Queue
NU_Change_Preemption.
NU_Change_Priority.
NU_Change_Time_Slice.
NU_Check_Stack
NU_Control_Interrupts .
NU_Control_Signals
NU_Control_Timer
NU_Create_Driver
NU_Create_Event_Group .
NU_Create_HISR.
NU_Create_Mailbox .
NU_Create_Memory_Pool
NU_Create_Partition_Pool.
NU_Create_Pipe.
NU_Create_Queue .
NU_Create_Semaphore
NU_Create_Task
NU_Create_Timer .
NU_Current_HISR_Pointer .
NU_Current_Task_Pointer .
NU_Deallocate_Memory
NU_Deallocate_Partion
NU_Delete_Driver
NU_Delete_Event_Group .
NU_Delete_HISR.
NU_Delete_Mailbox .
NU_Delete_Memory_Pool
NU_Delete_Partition_Pool.
NU_Delete_Pipe.
NU_Delete_Queue .
NU_Delete_Semaphore
NU_Delete_Task
NU_Delete_Timer .
NU_Disable_Histroy_Saving
NU_Driver_Pointers.
NU_Enable_Histroy_Saving
NU_Established_Drivers.
NU_Established_Event_Groups
NU_Established_HISRs
NU_Established_Mailboxes.
NU_Established_Memory_Pools .
NU_Established_Partition_Pools
NU_Established_Pipes
NU_Established_Queues
NU_Established_Semaphores .
NU_Established_Tasks.
NU_Established_Timers
NU_Event_Group_Information.
NU_Event_Group_Pointers
NU_HISR_Information .
NU_HISR_Pointers
NU_License_Information.
NU_Local_Control_Interrupts .
NU_Mailbox_Information.
NU_Mailbox_Pointers
NU_Make_History_Entry .
NU_Memory_Pool_Information
NU_Memory_Pool_Pointers .
NU_Obtain_Semaphore .
NU_Partition_Pool_Information .
NU_Partition_Pool_Pointers
NU_Pipe_Information .
NU_Pipe_Pointers.
Nucleus PLUS NU_Protect.
NU_Queue_Information.
NU_Queue_Pointers
NU_Receive_From_Mailbox .
NU_Receive_From_Pipe.
NU_Receive_From_Queue .
NU_Receive_Signals.
NU_Register_LISR
NU_Register_Signal_Handler.
NU_Release_Information.
NU_Release_Semaphore.
NU_Relinquish
NU_Request_Driver
NU_Reset_Mailbox.
NU_Reset_Pipe .
NU_Reset_Queue.
NU_Reset_Semaphore
NU_Reset_Task
NU_Reset_Timer.
NU_Resume_Driver.
NU_Resume_Task.
NU_Retrieve_Clock .
NU_Retrieve_Events.
NU_Retrieve_History_Entry
NU_Semaphore_Information
NU_Semaphore_Pointers .
NU_Send_Signals .
NU_Send_To_Front_Of_Pipe
NU_Send_To_Front_Of_Queue
NU_Send_To_Mailbox.
NU_Send_To_Pipe
NU_Send_To_Queue.
NU_Set_Clock
NU_Set_Events .
NU_Setup_Vector
NU_Sleep
NU_Suspend_Driver .
NU_Suspend_Task .
NU_Task_Information
NU_Task_Pointers.
NU_Terminate_Task
NU_Timer_Information
NU_Timer_Pointers .
NU_Unprotect
Nucleus PLUS 参考手册
Translator:
第五章 扩展讨论
5.1 内存使用.
5.2 定制服务.
5.2.1 多个邮箱挂起例程.
5.3 执行线程.
5.3.1 初始化线程.
5.3.2 系统错误线程.
5.3.3 调度循环(Scheduling Loop)
5.3.4 任务线程.
5.3.5 信号处理器线程.
5.3.6 用户ISR 线程.
5.3.7 LISR 线程
5.3.8 HISR 线程
5.4 中断处理.
5.4.1 可控(Managed)ISRs .
5.4.2 不可控ISRs(Unmanage ISRs)
5.5 I/O 驱动器.
5.5.1 运用I/O 驱动器.
5.5.2 驱动器执行.
5.5.2.1 驱动器例程.
第六章 样例系统
6.1 样例概况.
6.2 样例系统.


【文件名】:071225@52RD_Nucleus PLUS参考手册.pdf
【格 式】:pdf
【大 小】:392K
【简 介】:
【目 录】:


本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有账号?注册

×
 楼主| 发表于 2007-12-27 08:45:36 | 显示全部楼层
怎么没人顶呀[em01]
点评回复

使用道具 举报

发表于 2008-1-7 14:11:13 | 显示全部楼层
好料........

谢谢分享!
点评回复

使用道具 举报

发表于 2008-1-31 00:12:17 | 显示全部楼层
好东西,谢谢楼主了
点评回复

使用道具 举报

发表于 2008-3-4 13:31:45 | 显示全部楼层
谢谢分享,还真没有看过系统的东西
点评回复

使用道具 举报

发表于 2008-3-18 09:57:01 | 显示全部楼层
好东东,谢谢共享!
点评回复

使用道具 举报

发表于 2010-2-11 15:45:33 | 显示全部楼层
谢谢分享!
点评回复

使用道具 举报

高级模式
B Color Image Link Quote Code Smilies

本版积分规则

Archiver|手机版|小黑屋|52RD我爱研发网 ( 沪ICP备2022007804号-2 )

GMT+8, 2025-1-8 05:12 , Processed in 0.046646 second(s), 18 queries , Gzip On.

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表