freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

實(shí)時(shí)數(shù)字信號(hào)處理技術(shù)c6000軟件開(kāi)發(fā)4集成開(kāi)發(fā)環(huán)境(編輯修改稿)

2024-11-04 09:20 本頁(yè)面
 

【文章內(nèi)容簡(jiǎn)介】 window): 使用 CCS debugger的命令,如: run,stop ? 數(shù)據(jù)轉(zhuǎn)換器支持( Data converter support) 設(shè)置系統(tǒng) ADC/DAC, 便于快速的軟件開(kāi)發(fā) Dr. Naim Dahnoun, Bristol University, (c) Texas Instruments 2020 Chapter 3, Slide 34 tools菜單 ? 連接器設(shè)置: 選擇 Visual Linker 還是 the text linker。 虛擬連接器:圖形化配置連接的各個(gè)段 Visual Linker recipe文件 , 類似于 cmd文件 ? Pin connect: simulator中仿真硬件中斷。并可以設(shè)置中斷周期。 如: 1000 (+1000) rpt EOS ?INT4 ? Port Connect: 外設(shè)映射到某個(gè)存儲(chǔ)器單元, simulator仿真對(duì)其存取時(shí)從某個(gè)文件中讀出 /寫入數(shù)據(jù)。 ? RTDX: ? Symbol Browser: 顯示 coff文件中的相關(guān)文件、函數(shù)、全局變量、結(jié)構(gòu)類型和標(biāo)號(hào)。 ? XDAIS: 代碼生成模板 產(chǎn)生符合 TMS320 eXpressDSP algorithm標(biāo)準(zhǔn)的文件 Dr. Naim Dahnoun, Bristol University, (c) Texas Instruments 2020 Chapter 3, Slide 35 PBC菜單 Profile based pile 基于編譯的性能監(jiān)測(cè) 便于用戶在代碼性能和代碼尺寸之間權(quán)衡。 PBC測(cè)試每個(gè)函數(shù)在 不同編譯選項(xiàng) 下的運(yùn)行時(shí)間,供用戶選擇。 Dr. Naim Dahnoun, Bristol University, (c) Texas Instruments 2020 Chapter 3, Slide 36 其它菜單 Dr. Naim Dahnoun, Bristol University, (c) Texas Instruments 2020 Chapter 3, Slide 37 狀態(tài)條 ? Windows標(biāo)準(zhǔn) ? 位置: CCS底部 ? 左邊 顯示菜單命令的動(dòng)作 ? 右邊 大小寫,數(shù)字鍵盤鎖 Dr. Naim Dahnoun, Bristol University, (c) Texas Instruments 2020 Chapter 3, Slide 38 2. 項(xiàng)目環(huán)境 ? CCS的工作環(huán)境稱作“ workspace” ? 一個(gè) workspace可以包含 0到多個(gè)project ? 每個(gè) project包含所有源文件和庫(kù) Dr. Naim Dahnoun, Bristol University, (c) Texas Instruments 2020 Chapter 3, Slide 39 workspace ? Workspace包含當(dāng)前 CCS中的幾乎所有信息 ? Workspace的保存和加載 調(diào)試中常用 ? 默認(rèn)的 workspace, 在每次 CCS退出時(shí)保存在 ? 加載自己的 workspce c:\ti\cc\bin\ Dr. Naim Dahnoun, Bristol University, (c) Texas Instruments 2020 Chapter 3, Slide 40 workspace保存的信息 ? Elements saved in a Code Composer Studio workspace file ? Project collection ? Active project setting ? Active configuration setting ? Parent windows (including size and position) ? Child windows (including size and position) ? Breakpoints ? Probe Points ? Currently loaded GEL functions ? Memory map ? Profiler options ? Profile areas ? Animate speed option ? File I/O setup Dr. Naim Dahnoun, Bristol University, (c) Texas Instruments 2020 Chapter 3, Slide 41 workspace未保存的信息 ? Current font ? Current color scheme ? Target memory, program, or processor state ? Edit and find/replace floating tools ? Error and progress messages in the Build window ? GEL output windows ? Scan dependency window ? Disassembly style options Dr. Naim Dahnoun, Bristol University, (c) Texas Instruments 2020 Chapter 3, Slide 42 項(xiàng)目( project) ? 一個(gè) project包含了要生成一個(gè)程序或 庫(kù) 的所有文件和信息。主要有: ( 1) Filenames of source code and object libraries ( 2) Code generation tool options ( 3) Include file dependencies ? *.pjt文檔可以進(jìn)行文本編輯 ? 一個(gè) project可以有多個(gè)配置,如: debug配置和release配置,兩者可以設(shè)置不同的編譯選項(xiàng) ? 多個(gè) project可以包含在一個(gè) workspace中,但只有一個(gè)是激活的( active) ? DragandDrop能力:可以把文件從資源管理器拖放到(添加)項(xiàng)目中 Dr. Naim Dahnoun, Bristol University, (c) Texas Instruments 2020 Chapter 3, Slide 43 project視圖 Dr. Naim Dahnoun, Bristol University, (c) Texas Instruments 2020 Chapter 3, Slide 44 project操作 ? 創(chuàng)建 project ? 打開(kāi)存在的 project ? 選擇 project配置:如 debug/release ? 選擇 active project ? 添加文件到 project ? 保存 project: Select Projectsave ? 關(guān)閉 project Dr. Naim Dahnoun, Bristol University, (c) Texas Instruments 2020 Chapter 3, Slide 45 構(gòu)建( build) 一個(gè) project ? 掃描 dependencies: 增量編譯, dependency tree ? 設(shè)置構(gòu)建選項(xiàng): General Options: 用戶自己設(shè)置構(gòu)建步驟 Compiler Options, Linker Options Archiver Options: 建庫(kù)選項(xiàng) Specifying Link Order: obj和 lib文件的連接順序。同一函數(shù)在多個(gè)文件中有實(shí)現(xiàn)時(shí)要用 ? 構(gòu)建 project: Dr. Naim Dahnoun, Bristol University, (c) Texas Instruments 2020 Chapter
點(diǎn)擊復(fù)制文檔內(nèi)容
教學(xué)課件相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖片鄂ICP備17016276號(hào)-1