1 / 6

CCS 主要選單

CCS 主要選單. 為主功能選單,較常使用之選項有 File 、 View 、 Project 與 Debug 。 File : 功能選項有 New 、 Open 、 Close 、 Save 、 Save as 、 Load program 等,可進行檔案管理及程式下載 (*.out) 下載至 DSK 板之功能。 View : 功能選項有 Memory 、 CPU Registers 、 Graph 等、可觀察 DSP 晶片內的記憶體內容、 CPU 暫存器狀態具備繪圖功能. 1.CCS 主要選單. 為主功能選單,較常使用之選項有 File 、 View 、

Download Presentation

CCS 主要選單

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CCS主要選單 • 為主功能選單,較常使用之選項有File、View、 • Project 與Debug。 • File:功能選項有New、Open、Close、Save、Save as、Load program等,可進行檔案管理及程式下載(*.out)下載至DSK板之功能。 • View:功能選項有Memory、CPU Registers、Graph等、可觀察DSP晶片內的記憶體內容、CPU暫存器狀態具備繪圖功能 1

  2. 1.CCS主要選單 • 為主功能選單,較常使用之選項有File、View、 • Project與Debug。 • Project:功能選項有New、Open、Add File to project、Compile File、Rebuild All,可幫助使用者建立一個專案,可將其他檔案加入此專案即可進行編輯連結及產生一個(*.out)檔等功能。 • Debug:功能選項中有Step Into、Over、Out、 Run、Animate等以協助使用者進行應用程式之偵錯與測試。 2

  3. LED 顯示控制實驗 • 請開啟Code Composer Studio並正常連接eZdsp TMS320F2812 • 打開一個已經存在的專案計畫ICT_LED.pjt,路徑放在C:\CCStudio_v3.1\MyProjects\ICT_IO_F281x_V2\DSP281x_examples\ICT_LED底下。

  4. C Source Code // Step 6. User specific code while(1) { ICT_IO_LED_On(1); Delay(5); ICT_IO_LED_Clear(); Delay(5); ICT_IO_LED_On(2); Delay(5); ICT_IO_LED_Clear(); }

  5. 建立可執行檔 ICT_LED.out,操作命令:Project: Rebuild All。 • 載入程式碼 ICT_LED.out,操作命令:File : Load Program。 • 接下來到執行此程式,操作命令:Debug : Run

More Related