A badic controller for the UART. It incorporates a
-- transmit and receive FIFO (from Max+Plus II s MegaWizard
-- plug-in manager). Note that no checking is done to see
-- whether the FIFOs are overflowing or not. This strictly
-- handles the transmitting and receiving of the data.
Quartus II 中文教程
您現在閱讀的是 Quartus II 簡介手冊。 Altera® Quartus® II 設計軟件是適合單芯片可編程系統 (SOPC) 的最全面的設計環境。 如果您以前用過MAX+PLUS® II 軟件、其它設計軟件或 ASIC 設計軟件,并且準備改用Quartus II 軟件,或如果您對 Quartus II 軟件有了一些了解但想進一步了解它的功能,那么本手冊非常適合您。本手冊針對的讀者是 Quartus II 軟件的初學者,它概述了可編程邏輯設計中Quartus II 軟件的功能。 不過,本手冊并不是 Quartus II 軟件的詳盡參考手冊。 相反,本手冊只是一本指導書,它解釋軟件的功能以及顯示這些功能如何幫助您進行 FPGA 和 CPLD 設計。 本手冊按一系列特定的可編程邏輯設計任務來組織內容。 無論是使用 Quartus II 圖形用戶界面、其它 EDA 工具還是 Quartus II 命令行界面,本手冊都將為您介紹最適合設計流程的功能。第一章概述了主要圖形用戶界面、EDA 工具和命令行界面設計流程。 接下來的每一章開頭都介紹了該章的具體用途,并對每個任務流加以概述。 它顯示了如何將 Quartus II 軟件與現有的 EDA 工具和命令行設計流程集成在一起。另外,手冊還向您推薦了有效使用 Quartus II 軟件的其它可用資源,例如Quartus II 聯機幫助和 Quartus II 聯機教程、應用程序說明、白皮書以及Altera 網站提供的其它文檔和資源。跟隨本手冊學習 Quartus II 軟件,了解此軟件如何幫助您提高效率并縮短設計周期,如何與現有可編程邏輯設計流程集成以及如何快速有效地達到設計、性能和時間要求。
UCOS/II for ICCAVR
- The version of UCOS/II is 2.04
- the original port was done by Ole Saether for the IAR compiler. Jens E.
Holtegaard ported one version using ICCAVR. Joerg Meyer did another port
(using Jens port as a start?). This is basically Joerg s port plus a
little bit of changes and documentation by me.
- YOU MUST DOWNLOAD THE MAIN PART OF THE UCOS/II FROM THE UCOS/II WEBSITE
http://www.ucos-ii.com . The supplied project file assumes the portable
source is in the ..\source directory.
- Joerg has written couple document showing the stack frames etc. but it
is in German :-) They are included in this directory.
- The Timer2 overflow interrupt is used for Timer Tick. If you want to
change that, modify os_cpu_c.c and os_cpu_a.s
- I have tested this using ATMega103 with and without external RAM
using AVR Studio simulator. See test1.c test program. Both Code
Compressed (PRO) and STD versions have been tested.