亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

Open-ICE

  • (1)測試外部數據RAM: 根據我們定義的邏輯

    (1)測試外部數據RAM: 根據我們定義的邏輯,外部RAM在數據空間中定義在0x8000-0xFFFF,共32k字,占據RAM中的低32K存儲空間。提供2種測試方法,采用一種方式即可。 硬件仿真模式下,將目標板上電。 第一種方法:采用用程序測試實驗 程序所在目錄ex1_RAMTest。 該程序執行的功能是對外部數據RAM區0x8000-0xFFFF,從0x8000開始寫并且讀數據0x5555 。如果正常則寫讀下一個地址,直到 。如果正常則所有的地址操作完畢后,核心板的指示燈會變亮。否則,如果寫入數據后,讀出的不正確,則指示燈會不斷閃爍。 在CCS2000中的操作如下: 1. Progect->Open,打開該目錄中的工程文件。 2. Progect->Rebuild All,編譯鏈接 3. File->Program 4. Debug->Go Main 5. Debug->RUN(快捷鍵F5) 如果正常可以看到燈在熄滅約4秒后變亮。(說明:對整個數據RAM區的操作時間其實很短,為便于觀察,本程序中加入了延時)。 打開View->Memory ,然后填入地址0x8000,然后在PAGE欄選擇DATA。點擊確定,即可顯示0x8000地址開始的數據,用戶會發現從這個地址開始往后的數據均為剛被寫入的0x5555。

    標簽: RAM 測試 數據 定義

    上傳時間: 2013-12-08

    上傳用戶:www240697738

  • 程序所在目錄:ex4_SCI 采用標準DB9 串口直連線將PC 串口和擴展板串口相連。打開PC 上的串口調試軟件。默認設置COM1,9600N,8,1。選擇按16 進制接收和發送。 然后打開

    程序所在目錄:ex4_SCI 采用標準DB9 串口直連線將PC 串口和擴展板串口相連。打開PC 上的串口調試軟件。默認設置COM1,9600N,8,1。選擇按16 進制接收和發送。 然后打開CC2000,進行如下操作: 1.Project->Open ,打開該目錄中的工程文件。 2.Project->Rebuild ALL,編譯鏈接 3.File->Load Program 4.Debug->GO Main 5.Debug->RUN (快捷鍵F5) 然后在串口調試助手中馬上可以看到上部的接收顯示區不斷接收到數據57(為16 進制)。在串口助手的下部的發送區填入56,選中自動發送。數據即可通過串口發送到目標板。 查看DSP 是否收到數據,按如下操作:打開View->Watch window ,在下面剛彈出的Watch 區域中點右鍵,選擇Insert, 出現的信息框中填入SCI_RXDATA,x 即可按十六進制方式顯示出變量SCI_RXDATA 的值。如果正常,應可以看到該變量值為0x56。即說明RS232 雙向通訊正常。

    標簽: 9600 串口 SCI DB9

    上傳時間: 2014-01-02

    上傳用戶:BIBI

  • 程序所在目錄:ex6_AD 板上引出的兩路A/D 轉換對應DSP 的A/D 模塊分別是通道0 和通道8

    程序所在目錄:ex6_AD 板上引出的兩路A/D 轉換對應DSP 的A/D 模塊分別是通道0 和通道8,輸入電壓0-5V 。 本開發板使用DA 的輸出作為AD 的輸入,因此需將5J2 的1-2,3-4 分別用短路子短接。 打開CC2000,進行如下操作: 1.Project->Open ,打開該目錄中的工程文件。 2.Project->Rebuild ALL,編譯鏈接 3.File->Load Program 4.光標移到Que()函數的asm(" NOP ")所處的行。 5. Debug->Toggle breakpoint (快捷鍵F9) 6. Debug->Animate (快捷鍵F12) 7. View->Watch Window ,在出現的watch 窗體中點右鍵分別插入變量AD_SIG0,AD_SIG8,則可看到所采到的這兩路信號的電壓值。 如果結果稍微不精確,請不要在意,這可能是因為沒有采用專用基準源,以及信號不穩定的緣故。另外,TMS320LF2407 的內置A/D 的精度并不是很高。在前面兩種情況已得到保證的情況下,變化幅度仍較大。( ^_^ 呵呵,外面好一點的一片A/D 芯片就不低于100 塊,所以想想能湊合著用也就可以了。)

    標簽: DSP ex AD 程序

    上傳時間: 2013-12-17

    上傳用戶:refent

  • 程序所在目錄:ex7_CAN 由于調試CAN總線通訊需要外部的CAN設備。所以在沒有外部CAN設備的情況下

    程序所在目錄:ex7_CAN 由于調試CAN總線通訊需要外部的CAN設備。所以在沒有外部CAN設備的情況下,本樣例程序中采用了CAN的自測試模式通信,即使用CANBOX4發送CANBOX0接收。在定時器中斷服務程序中執行發送;中斷方式接收CAN信息。 打開CC2000,進行如下操作: 1. Project->Open ,打開該目錄中的工程文件。 2. Project->Rebuild ALL,編譯鏈接 3. File->Load Program 4. 光標移到int1中斷服務程序CANIFR=0xFFFF所處的行。 5. Debug->Toggle breakpoint (快捷鍵F9) 6. Debug->Animate (快捷鍵F12) 偏左上腳GEL Files上點右鍵,Load GEL,選擇LF2407.gel,然后菜單欄Gel->LF2407->CAN regs,即可看到CAN寄存器的變量被顯示島Watch Window中.可以看到CANBOX0里面接收到數據0x2211,0x4433等數據,這些數據是由CANBOX4發送往總線上的. 如果用戶和別的CAN設備通信,參照本例程的注釋更改相關設置即可。

    標簽: CAN 設備 ex 程序

    上傳時間: 2014-11-15

    上傳用戶:zhuimenghuadie

  • The Embedded Configurable Operating System (eCos)start-to-finish guide to eCos solution building. Ad

    The Embedded Configurable Operating System (eCos)start-to-finish guide to eCos solution building. Additional open source tools are included to configure a complete embedded software development environment.

    標簽: eCos start-to-finish Configurable Operating

    上傳時間: 2017-04-28

    上傳用戶:1109003457

  • Linux系統中

    Linux系統中,設備驅動程序是操作系統內核的重要組成部分,在 與硬件設備之間建立了標準的抽象接口。通過這個接口,用戶可以像處理普通文件一樣,對硬件設備進行打開(open)、關閉(close)、讀寫(read/write)等操作。通過分析和設計設備驅動程序,可以深入理解Linux系統和進行系統開發。本文通過一個簡單的例子來說明設備驅動程序的設計。

    標簽: Linux

    上傳時間: 2013-12-25

    上傳用戶:牛布牛

  • PHP

    PHP,即“PHP: Hypertext Preprocessor”,是一種廣泛用于 Open Source(開放源代碼)的尤其適合 Web 開發并可以嵌入 HTML 的多用途腳本語言。它的語法接近 C,Java 和 Perl,而且容易學習。該語言的主要目標是讓 Web 開發人員快速的書寫動態生成的網頁,然而,PHP 的功能并不局限于此。

    標簽: PHP

    上傳時間: 2013-12-15

    上傳用戶:Zxcvbnm

  • This is a mutlicore and cluster(of single-core,multi-core systems) matrix inversion code. Which

    This is a mutlicore and cluster(of single-core,multi-core systems) matrix inversion code. Which uses the MPI(Message Passing Interface) for communication across the compute nodes of cluster and using thread-API based OpenMP(Open Multi Processing) between cores of intra-compute or head node.

    標簽: single-core multi-core inversion mutlicore

    上傳時間: 2013-12-21

    上傳用戶:ryb

  • Novell.Press.Linux.Kernel.Development linux內核開發的經典書籍之一 The Linux kernel is one of the most interes

    Novell.Press.Linux.Kernel.Development linux內核開發的經典書籍之一 The Linux kernel is one of the most interesting yet least understood open-source projects. It is also a basis for developing new kernel code. That is why Sams is excited to bring you the latest Linux kernel development information from a Novell insider in the second edition of Linux Kernel Development. This authoritative, practical guide will help you better understand the Linux kernel through updated coverage of all the major subsystems, new features associated with Linux 2.6 kernel and insider information on not-yet-released developments. You ll be able to take an in-depth look at Linux kernel from both a theoretical and an applied perspective as you cover a wide range of topics, including algorithms, system call interface, paging strategies and kernel synchronization. Get the top information right from the source in Linux Kernel Development

    標簽: Linux Development interes Novell

    上傳時間: 2017-06-06

    上傳用戶:songyue1991

  • 1. Download the version you want: * Version 1.3.4 (30 Aug 2007) -- this is the latest v

    1. Download the version you want: * Version 1.3.4 (30 Aug 2007) -- this is the latest version for UNIX/Linux and Windows * Previous versions 2. Unzip the file, which will create a directory called klt and place all the files there 3. Compile and run the code * On UNIX / Linux, move to the klt directory, type make. Now try some examples, by typing example1, etc. * For Microsoft Visual C++ 6.0, open the klt.dsw file, compile, and run. Change the constant in main.cpp to run the different examples. * For Microsoft Visual Studio .Net/7/8, open the klt.sln file, compile, and run. Change the constant in main.cpp to run the different examples. 4. Notice that, for your convenience, unofficial copies of the User and Reference Manuals can be found in the doc directory.

    標簽: the Download Version version

    上傳時間: 2014-01-25

    上傳用戶:nanshan

主站蜘蛛池模板: 鸡东县| 察哈| 英山县| 武乡县| 上饶县| 台安县| 搜索| 栾川县| 怀化市| 玉山县| 九台市| 玉山县| 芦山县| 平湖市| 东方市| 葫芦岛市| 乌拉特中旗| 长宁县| 兴和县| 彭泽县| 大余县| 衡山县| 富蕴县| 永德县| 化州市| 偃师市| 上犹县| 林口县| 麦盖提县| 克什克腾旗| 吴川市| 卓尼县| 高阳县| 平果县| 沾化县| 安阳市| 衡阳县| 普定县| 安平县| 崇文区| 张家川|