This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

关于SYS/BIOS 下设备驱动开发

Other Parts Discussed in Thread: SYSBIOS

你好

  以前有DSP/BIOS 下设备驱动开发有三类:GIO,SIO,PIP.      我实际使用GIO,因为其经过特别性能优化(直接调用底层驱动)且占用代码小。

  但在SYS/BIOS 下设备驱动开发(SYSBIOS Inter-Processor Communication (IPC) and IO User’s Guide)中只有SIO类,所以我需要把以前的GIO驱动移植成SIO驱动,但在SYS/BIOS 安装文件下没有发现设备驱动开发的例子,请问是否有相关SYS/BIOS 下SIO驱动程序例子 ?