應用德國Micronas公司的CDC3207G微控制器開發(fā)了一款汽車儀表板系統(tǒng)。詳細地介紹了該系統(tǒng)的硬件原理,以及步進電機,音頻控制,LCD顯示,LED指示燈和報警燈等幾個模塊的實現(xiàn)方法。應用μC/OS-II實時操作系統(tǒng)開發(fā)軟件。著重介紹了啟動代碼的設計和任務的規(guī)劃。
Abstract:
A dashboard system is developed by using CDC3207G microcontroller made by Micronas.The hardware of the sys-tem and the realization of the step motor module,audio module,LCD display and LED indicator and alarm module are ex-plained in detail.The μC/OS-II real-time operating system is used for the software development and the starting code design and the task planning is explained specifically.
基于單DSP的VoIP模擬電話適配器研究與實現(xiàn):提出和實現(xiàn)了一種新穎的基于單個通用數(shù)字信號處理器(DSP)的VoIP模擬電話適配器方案。DSP的I/O和存儲資源非常有限,通常適于運算密集型應用,不適宜控制密集型應用[5]。該系統(tǒng)高效利用單DSP的I/O和片內外存儲器資源,采用μC/OS-II嵌入式實時操作系統(tǒng),支持SIP和TCP-UDP/IP協(xié)議,通過LAN或者寬帶接入,使普通電話機成為Internet終端,實現(xiàn)IP電話。該系統(tǒng)軟硬件結構緊湊高效,運行穩(wěn)定,成本低,具有廣闊的應用前景。關鍵詞:模擬電話適配器;IP電話;數(shù)字信號處理器;μC/OS-II
【Abstract】This paper presents a VoIP ATA solution based on a single digital signal processor (DSP). DSPs are suitable for arithmetic-intensiveapplication and unsuitable for control-intensive application because of the limitation of I/O and memory resources. This solution is based on a 16-bitfixed-point DSP and μC/OS-II embedded real-time operating system. It makes good use of the limited resources, supports SIP and TCP-UDP/IPprotocol. It can connect the analog telephone to Internet and realize the VoIP application. This system has a great future for its high efficiency andlow cost.【Key words】Analog telephone adapter (ATA); Voice over Internet protocol (VoIP); Digital signal processor (DSP); μC/OS-II
Research and Implementation of VoIPATA Based on Single DSP
詳細介紹了以LPC1788 ARM Cortex-M3微處理器為目標硬件平臺,在IAR Embedded Workbench for ARM 6.3集成開發(fā)環(huán)境下μC/OS-II 實時操作系統(tǒng)的詳細移植過程,重點闡述移植代碼中堆棧初始化、任務切換、時鐘中斷服務程序的編寫方法,并在評估板上驗證了在該嵌入式實時操作系統(tǒng)上實現(xiàn)多任務操作。