文章分类 -  VxWorks OS

VxWorks OS Development and Technologies.
摘要:The VxWorks WDB(Wind DeBug) target agent is a target-resident, run-time facility that is required for connecting host tools to a VxWorks target system 阅读全文
posted @ 2018-07-19 18:54 leejey 阅读(1083) 评论(0) 推荐(0)
摘要:设备的VxBus驱动包含xxxRegister()函数,用于注册驱动到系统内核。随后系统在启动过程中,分别调用驱动提供的三个接口xxxInit()、xxxInit2()和xxxConnect()。 xxxInit()是在内核启动之前调用的,因此,不能打印调试信息。通常为了调试新写的VxBus驱动,可 阅读全文
posted @ 2013-07-19 09:57 leejey 阅读(701) 评论(0) 推荐(0)
摘要:BSP介绍与开发 1. BSP综述 BSP是系统用来管理外设的部分,由两部分组成:初始化、驱动程序。所谓初始化是指从系统上电复位开始直到wind kernel和usrRoot根任务启动的这段时间,系统的执行过程。驱动程序就是一些包含I/O操作的子函数。初始化包括:CPU Init、Board Ini 阅读全文
posted @ 2009-05-19 15:23 leejey 阅读(2460) 评论(0) 推荐(0)