DM368开发 -- 硬件认识
最近到了找工作準備期,之前已將C語言、數(shù)據(jù)結(jié)構(gòu)與算法、APUE總結(jié)完畢,現(xiàn)在需要抓緊將以往項目加以總結(jié)。關(guān)于 DM368 首先我們先從硬件部分開始講起,然后再講環(huán)境搭建、系統(tǒng)移植、文件燒寫、最后程序開發(fā)。
一、認識開發(fā)板
參看下面網(wǎng)址可下載 DM368 參考原理圖和 Gerber 文件。
參看:EVMDM368 Support Home
參看:EVMDM365 Support Home
DM365 與 DM368 是?pin to pin(即管腳兼容),DM368 與DM365 是芯片主頻不一樣,一個是 300MHz/270MHZ,另一個是 432MHZ,兩者所講部分是通用的。
參看:DM368
The?DM368?is a SoC that is widely compatible to the?DM365?with the main difference of a higher processor clock and providing an enhanced video processing performance e.g. for H.264 with up to 1080@30fps. The maximum core frequency rating of this device is 432 MHz. The DDR2 speed is up to 340 MHz and the mDDR speed is 168 MHz. The device is supported by the Codec Engine. The device achieved product state in April 2010.
The related migration guide for moving existing designs from DM365 to this device is pointing out that the supply voltage, the provided power and the heat spreader should be checked to meet the updated requirements of the new SoC. (See also:?Analog and Power for DM368) Other hints in that document are merely for clock speed constraints.
參看可下載 DM368 芯片手冊和必要的技術(shù)文檔
參看:TMS320DM368 DaVinci 數(shù)字媒體處理器
原理圖/方框圖
參看:達芬奇 DM368 IP 網(wǎng)絡攝像機參考設計?達芬奇 DM368 IP 網(wǎng)絡攝像機參考設計
設計和仿真工具
參看:WEBENCH? 設計中心
中國授權(quán)代理商
參看: 中國授權(quán)代理商
二、原理圖檢查清單
參看:DM36x Schematic Review Checklist 其中電源部分,需要注意?CVDD 電壓不同 CPU 主頻也不同。-Less than 270Mhz CPU devices require Core Voltage of 1.2V (CVDD) -Greater than 270 MHz CPU devices require Core Voltage of 1.35V (CVDD)
Switchable I/O supplies (can be connected to either 1.8V or 3.3V depending on need) -VDD_AEMIF1_18_33?: can be used as a power supply for EM_A[3:13], EM_BA0, EM_BA1, EM_CE[0], EM_ADV, EM_CLK, EM_D[8:15]pins, Keyscan, or GPIO pins. -VDD_AEMIF2_18_33: can be used as a power supply for EM_A[0:2], EM_CE[1], EM_WE, EM_OE, EM_WAIT, EM_D[0:7] pins, HPI, Keyscan, or GPIO pins.
Example 1: VDD_AEMIF2_18_33 at 1.8-V for 8-bit NAND VDD_AEMIF1_18_33 at 3.3-V for GPIO. Example 2: VDD_AEMIF1_18_33 and VDD_AEMIF2_18_33 at 1.8-V for 16-bit NAND.
VDD_ISIF_18_33: can be used as a power supply for VPFE pins (CIN[7:0], YIN[7:0], C_WE_FIELD, PCLK), or SPI3 (SPI3_SCLK,SPI3_SIMO,SPI3_SCS[0], SPI3_SCS[1]) or USBDRVVBUS or GPIO pins.
三、開發(fā)板圖像說明
下載:TMS320DM368_EVM_Quick_Start_Guide四、使用指南
參看:Beginners guide for Leopard Board DM365五、系統(tǒng)上電順序
電源模塊的調(diào)試方法是通過示波器分別檢查電源芯片的輸出腳的電壓看是否滿足要求,由于 DM368 對內(nèi)部各模塊上電順序有嚴格的要求,因此還需要檢查上電順序是否滿足要求。 12V 轉(zhuǎn) 5.5V 電源芯片 TPS5430 的輸入電壓峰值不能超過 36V, DC輸入的范圍為 9.5V 到 14.5V,經(jīng)測試,當輸入分別為 9.5V, 12V, 14.5V 時, TPS5430輸入電壓峰值分別為 13.7V, 20.9V 和 20.5V,輸出分別為 5.4V, 5.6V 和 5.5V,滿足要求,對于 TPS650530 芯片內(nèi)部的 DCDC1、 DCDC2 以及三個穩(wěn)壓器的輸出,經(jīng)測試,結(jié)果為 DCDC1 輸出 3.33V, DCDC2 輸出 1.32V, VLDO1 輸出 1.8V, VLDO2輸出 2.83V,均滿足系統(tǒng)設計要求。另外,對 DM368 內(nèi)部各模塊上電順序的測試結(jié)果顯示, DM368 各供電模塊的順序為:首先是 1.35V 的 RTC 核心供電,然后是 1.8V供電,最后才是 3.3V 供電,滿足 DM368 內(nèi)部對上電順序的要求。總結(jié)
以上是生活随笔為你收集整理的DM368开发 -- 硬件认识的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: springboot和springclo
- 下一篇: SpringCloud Eureka服务