資料介紹
Table of Contents
ADAS1000 - Blackfin Framework
Supported Devices
Evaluation Boards
Overview
The EVAL-ADAS1000SDZ is a fully featured evaluation kit for the ADAS1000. The evaluation kit consists of an evaluation board kitted with 2 ADAS1000 devices capable of demonstrating ECG capture up to 12 leads. This evaluation board is provided for silicon evaluation purposes and is not designed to be connected directly to animal or human.
This board can be operated in conjunction with the System Development Platform (SDP) or alternatively may be interfaced to directly via a dedicated serial interface connector (J4).
The SDP controller board connects to the PC via USB 2.0. The evaluation board connects to the SDP-B controller board. The ADAS1000 evaluation board cannot be connected directly to the PC. The evaluation software running on the PC will communicate with the evaluation board through the SDP-B Controller board. The SDP Controller board is a separate list item in the ordering guide below (EVAL-SDP-CB1Z). If you have not previously purchased an SDP-B Controller board, please do so to ensure a full evaluation setup.
Framework Functional Description
This project demonstrates a framework developed for Visual DSP Visual DSP to interface the ADAS1000 to the ADSP-BF527 on the SDP-B controller board.
The software has been developed to
- Process the data acquired from ADAS1000
- Display/Plot the processed data
Requirements:
Framework Files
The attached zip file contains the relevant files for this project
Zip File Contents & description:
- ADAS1000_SDP_v1.c Main function which can be used to develop the application
- ADAS1K_Functions.c All the functions related to ADAS1000, which can be used by the application to read/write ADAS1000 registers,and to read data frame from ADAS1000
- ADAS1K_DataProcess.c Functions to process the data read from ADAS1000
- ADAS1K_DataDisplay.c Functions used to initialize the display unit and used to display/plot processed data from ADAS1000
- SPORT_Functions.c PLL configuration and all the SPORT1 functions used for Serial Interface with ADAS1000
- ADAS1000_SDP_v1.ldf Linker Description file, defining all the memory sections used by the processor
- ADAS1K_Functions.h Declaration of all functions related to ADAS1000, and Hardware DRDY pin definitions
- ADAS1K_RegValue.h Definitions of values for ADAS1000 registers which can be directly used during ADAS1000 register configuration. The values is calculated according to definitions in User_Config.h
- cdefADAS1K.h - Definitions of registers of ADAS1000, BIT Map, BIT Value and BIT Position definitions of all the fields of registers of ADAS1000 and other constant definitions and variable typdefs related to ADAS1000
- cdefBF527_new.h - System MMR register addresses for PORT registers of BF527 Blackfin on SDP)
- SPORT_Functions.h - Declaration of all the SPORT1 functions used for Serial Interface with ADAS1000
- User_Config.h - All the user definable parameters for various functionalities of (ADAS1000 + SDP) system
- LA.vps - VDSP++ plot for LA data
- LL.vps - VDSP++ plot for LL data
- RA.vps - VDSP++ plot for RA data
- V1.vps - VDSP++ plot for V1 data
- V2.vps - VDSP++ plot for V2 data
Implementation Description:
- 'Reg_Config_Table' is an array which is updated with required ADAS1000 register configuration
- 'ADAS1000_Open' will initialize ADSP-BF527
- Software reset of ADAS1000
- Use 'Reg_Config_Table' and initialize the registers of ADAS1000
- Read back the register values from ADAS1000 and confirm the values are correctly configured
- Initialize the data buffers (Input and processed data)
- In an infinite loop
- Capture data frames from ADAS1000
- Process the captured frames
- Display the processed data
Procedure:
Hardware Setup
- Connect J4 of SDP-B Rev 1.3 to J2 of ADAS1000 Eval board
- Connect the ECG probe to J1 of ADAS1000 Eval board
- Connect the Emulator to JTAG pins (J3) of SDP-B
- If Hardware DRDY is used, Connect Probing Card of SDP-B to J2 conector of SDP-B. Connect 'DRDY' pin of ADAS1000 (J4-11) to PH8 pin of ADSP-BF527 coming on Probing Card of SDP-B (J2.85)
- Open the project (ADAS1000_SDP_v1.dpj) in Visual DSP++ 5.0 Update 10
- Modify UserConfig.h file for required operation
- Create and Connect to BF527 Emulator Session in Visual DSP++
- Build the project
- Run the code. BF527 configures ADAS1000 and data is received continuously from it.
- Plot the data
- Menu > View > Debug Windows > Plot > Restore
- Browse and open LA.vps and other plot files (.vps files)
- Right click on the plot > Configure > Modify 'Count' for number of samples
- Halt the code, to see the latest 'Count' number of samples plotted
Zip file
- FUXA基于Web的過程可視化軟件案例 0次下載
- BF527-EZ ADSP-BF527F EZ-Kit Lite評(píng)估硬件為評(píng)估ADSP-BF52x Blackfin處理器系列提供低成本硬件解決方案。
- Python數(shù)據(jù)可視化編程實(shí)戰(zhàn) 29次下載
- 基于HONSOR的3D可視化智慧檔案館白皮書 20次下載
- ADSP-BF523/BF525/BF527(C)版本0.1、0.2的Blackfin硅異常列表 0次下載
- 基于顯示導(dǎo)向型計(jì)算的地理矢量要素可視化技術(shù) 6次下載
- 綜述知識(shí)圖譜的數(shù)據(jù)模型和可視化技術(shù) 4次下載
- 綜述知識(shí)圖譜的數(shù)據(jù)模型和可視化技術(shù) 16次下載
- 教育大數(shù)據(jù)可視化分析研究的綜合分析 108次下載
- 衛(wèi)星載荷可視化仿真分析平臺(tái)設(shè)計(jì)方案 30次下載
- 柔性動(dòng)態(tài)可視化在醫(yī)學(xué)圖像可視化中應(yīng)用 0次下載
- 電子家譜的元圖可視化 4次下載
- 文本可視化綜述 14次下載
- 可視化的Ping工具_(dá)Delphi教程 6次下載
- VegaGIS可視化系統(tǒng)的設(shè)計(jì)和實(shí)現(xiàn)
- 使用樹莓派Pico開發(fā)板制作實(shí)時(shí)音頻光譜圖可視化器 1368次閱讀
- 幾款好用的可視化工具推薦 971次閱讀
- 詳解圖形繪制和可視化 644次閱讀
- 超強(qiáng)大的Nginx可視化管理平臺(tái)Nginx-Proxy-Manager中文入門指南 5369次閱讀
- 啟動(dòng)仿真軟件WinCC Runtime Advanced測(cè)試可視化功能 6652次閱讀
- 為什么要可視化圖 大規(guī)模圖可視化攻略方案 4446次閱讀
- 數(shù)據(jù)可視化用來創(chuàng)造一條快速認(rèn)識(shí)數(shù)據(jù)集的捷徑 2673次閱讀
- 如何把握設(shè)計(jì)與功能之間的平衡,創(chuàng)建出簡(jiǎn)潔直觀的可視化圖像? 3079次閱讀
- 指引入門d3.js的門徑,如何基于基本原則創(chuàng)建可視化? 2860次閱讀
- 如何對(duì)MCU程序中的數(shù)據(jù)進(jìn)行可視化 5862次閱讀
- 如何基于Plotly和ipywidgets在Jupyter Notebook中創(chuàng)建交互可視化內(nèi)容 1.5w次閱讀
- 實(shí)現(xiàn)海量數(shù)據(jù)分析及可視化的簡(jiǎn)便方法 4991次閱讀
- CNN可視化理解的最新綜述 1.1w次閱讀
- 可視化策略的數(shù)據(jù)分析 4315次閱讀
- AS:可視化的調(diào)試工具--FreeRTOS+Trace 6620次閱讀
下載排行
本周
- 1電子電路原理第七版PDF電子教材免費(fèi)下載
- 0.00 MB | 1491次下載 | 免費(fèi)
- 2單片機(jī)典型實(shí)例介紹
- 18.19 MB | 95次下載 | 1 積分
- 3S7-200PLC編程實(shí)例詳細(xì)資料
- 1.17 MB | 27次下載 | 1 積分
- 4筆記本電腦主板的元件識(shí)別和講解說明
- 4.28 MB | 18次下載 | 4 積分
- 5開關(guān)電源原理及各功能電路詳解
- 0.38 MB | 11次下載 | 免費(fèi)
- 6100W短波放大電路圖
- 0.05 MB | 4次下載 | 3 積分
- 7基于單片機(jī)和 SG3525的程控開關(guān)電源設(shè)計(jì)
- 0.23 MB | 4次下載 | 免費(fèi)
- 8基于AT89C2051/4051單片機(jī)編程器的實(shí)驗(yàn)
- 0.11 MB | 4次下載 | 免費(fèi)
本月
- 1OrCAD10.5下載OrCAD10.5中文版軟件
- 0.00 MB | 234313次下載 | 免費(fèi)
- 2PADS 9.0 2009最新版 -下載
- 0.00 MB | 66304次下載 | 免費(fèi)
- 3protel99下載protel99軟件下載(中文版)
- 0.00 MB | 51209次下載 | 免費(fèi)
- 4LabView 8.0 專業(yè)版下載 (3CD完整版)
- 0.00 MB | 51043次下載 | 免費(fèi)
- 5555集成電路應(yīng)用800例(新編版)
- 0.00 MB | 33562次下載 | 免費(fèi)
- 6接口電路圖大全
- 未知 | 30320次下載 | 免費(fèi)
- 7Multisim 10下載Multisim 10 中文版
- 0.00 MB | 28588次下載 | 免費(fèi)
- 8開關(guān)電源設(shè)計(jì)實(shí)例指南
- 未知 | 21539次下載 | 免費(fèi)
總榜
- 1matlab軟件下載入口
- 未知 | 935053次下載 | 免費(fèi)
- 2protel99se軟件下載(可英文版轉(zhuǎn)中文版)
- 78.1 MB | 537793次下載 | 免費(fèi)
- 3MATLAB 7.1 下載 (含軟件介紹)
- 未知 | 420026次下載 | 免費(fèi)
- 4OrCAD10.5下載OrCAD10.5中文版軟件
- 0.00 MB | 234313次下載 | 免費(fèi)
- 5Altium DXP2002下載入口
- 未知 | 233046次下載 | 免費(fèi)
- 6電路仿真軟件multisim 10.0免費(fèi)下載
- 340992 | 191183次下載 | 免費(fèi)
- 7十天學(xué)會(huì)AVR單片機(jī)與C語(yǔ)言視頻教程 下載
- 158M | 183277次下載 | 免費(fèi)
- 8proe5.0野火版下載(中文版免費(fèi)下載)
- 未知 | 138039次下載 | 免費(fèi)
評(píng)論
查看更多