⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 skel.htm

📁 A tutorial on RT-Linux
💻 HTM
字号:
<html><head><title>EXAMPLE 4: FIFO COMMUNICATION BETWEEN RTL AND LINUX</title><link rel="stylesheet" type="text/css" href="style.css"></head><body><a href="./ex03_variable.htm">[previous]</a><a href="./tutorial.htm#index">[index]</a><a href="./ex05_isr.htm">[next]</a><h1>Example 4: FIFO Communication Between RTL and Linux</h1><p>This example demonstrates...Refer to the <ahref="../ex04_fifo/fifo_task.c">commented source code</a> of the example for the details.<h2>Principle of Operation</h2><ul><li>FIFOs are used to communicate between RTL and Linux processes.</ul><h2>Running the Demo</h2>To run the demo, change to the 'ex04_fifo' subdirectory of thetop-level tutorial directory, and run the 'run' script by typing<pre>./run</pre>Alternatively, change to the top-level tutorial directory and run the'runall' script there by typing<pre>./runall</pre>and selecting the "FIFO" button.<p>You'll see diagnostics messages printing out.<p><a href="../ex04_fifo/fifo_task.c">See the Real-Time Task Code</a><p><a href="../ex04_fifo/fifo_app.c">See the Linux Application Code</a><hr><a href="./ex05_isr.htm">Next: Example 5, Interrupt Service Routines</a><p><a href="./ex03_variable.htm">Back: Example 3, Variable-Period Scheduling of a Single Task</a></body></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -