chinese直男口爆体育生外卖, 99久久er热在这里只有精品99, 又色又爽又黄18禁美女裸身无遮挡, gogogo高清免费观看日本电视,私密按摩师高清版在线,人妻视频毛茸茸,91论坛 兴趣闲谈,欧美 亚洲 精品 8区,国产精品久久久久精品免费

電子發(fā)燒友App

硬聲App

0
  • 聊天消息
  • 系統(tǒng)消息
  • 評(píng)論與回復(fù)
登錄后你可以
  • 下載海量資料
  • 學(xué)習(xí)在線課程
  • 觀看技術(shù)視頻
  • 寫文章/發(fā)帖/加入社區(qū)
會(huì)員中心
創(chuàng)作中心

完善資料讓更多小伙伴認(rèn)識(shí)你,還能領(lǐng)取20積分哦,立即完善>

3天內(nèi)不再提示
創(chuàng)作
電子發(fā)燒友網(wǎng)>電子資料下載>類型>參考設(shè)計(jì)>ADAS1000+BF527可視化DSP

ADAS1000+BF527可視化DSP

2021-05-16 | pdf | 95.61KB | 次下載 | 免費(fèi)

資料介紹

This version (05 May 2016 18:26) was approved by Catherine Redmond.The Previously approved version (05 May 2016 18:18) is available.Diff

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.

eval-adas1000sdz.jpg

The software has been developed to

Requirements:

  • VisualDSP++ 5.0 Update 10
  • ADAS1000 Eval Board setup, EVAL-ADAS1000SDZ
  • SDP-B Rev 1.3 (with Emulator to connect to VisualDSP++),
  • Breakout board for SDP-B (If Hardware DRDY is used)
  • ECG cables and simulator (if required)

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
    1. Capture data frames from ADAS1000
    2. Process the captured frames
    3. Display the processed data

Procedure:

Hardware Setup

  1. Connect J4 of SDP-B Rev 1.3 to J2 of ADAS1000 Eval board
  2. Connect the ECG probe to J1 of ADAS1000 Eval board
  3. Connect the Emulator to JTAG pins (J3) of SDP-B
  4. 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)
  5. Open the project (ADAS1000_SDP_v1.dpj) in Visual DSP++ 5.0 Update 10
  6. Modify UserConfig.h file for required operation
  7. Create and Connect to BF527 Emulator Session in Visual DSP++
  8. Build the project
  9. Run the code. BF527 configures ADAS1000 and data is received continuously from it.
  10. Plot the data
  11. Menu > View > Debug Windows > Plot > Restore
  12. Browse and open LA.vps and other plot files (.vps files)
  13. Right click on the plot > Configure > Modify 'Count' for number of samples
  14. Halt the code, to see the latest 'Count' number of samples plotted

Zip file

下載該資料的人也在下載 下載該資料的人還在閱讀
更多 >

評(píng)論

查看更多

下載排行

本周

  1. 1AN-1267: 使用ADSP-CM408F ADC控制器的電機(jī)控制反饋采樣時(shí)序
  2. 1.41MB   |  3次下載  |  免費(fèi)
  3. 2AN158 GD32VW553 Wi-Fi開發(fā)指南
  4. 1.51MB   |  2次下載  |  免費(fèi)
  5. 3AN148 GD32VW553射頻硬件開發(fā)指南
  6. 2.07MB   |  1次下載  |  免費(fèi)
  7. 4AN-1154: 采用恒定負(fù)滲漏電流優(yōu)化ADF4157和ADF4158 PLL的相位噪聲和雜散性能
  8. 199.28KB   |  次下載  |  免費(fèi)
  9. 5AN-960: RS-485/RS-422電路實(shí)施指南
  10. 380.8KB   |  次下載  |  免費(fèi)
  11. 6EE-249:使用VisualDSP在ADSP-218x DSP上實(shí)現(xiàn)軟件疊加
  12. 60.02KB   |  次下載  |  免費(fèi)
  13. 7AN-1111: 使用ADuCM360/ADuCM361時(shí)的降低功耗選項(xiàng)
  14. 306.09KB   |  次下載  |  免費(fèi)
  15. 8AN-904: ADuC7028評(píng)估板參考指南
  16. 815.82KB   |  次下載  |  免費(fèi)

本月

  1. 1ADI高性能電源管理解決方案
  2. 2.43 MB   |  450次下載  |  免費(fèi)
  3. 2免費(fèi)開源CC3D飛控資料(電路圖&PCB源文件、BOM、
  4. 5.67 MB   |  138次下載  |  1 積分
  5. 3基于STM32單片機(jī)智能手環(huán)心率計(jì)步器體溫顯示設(shè)計(jì)
  6. 0.10 MB   |  130次下載  |  免費(fèi)
  7. 4使用單片機(jī)實(shí)現(xiàn)七人表決器的程序和仿真資料免費(fèi)下載
  8. 2.96 MB   |  44次下載  |  免費(fèi)
  9. 5美的電磁爐維修手冊(cè)大全
  10. 1.56 MB   |  24次下載  |  5 積分
  11. 6如何正確測(cè)試電源的紋波
  12. 0.36 MB   |  18次下載  |  免費(fèi)
  13. 7感應(yīng)筆電路圖
  14. 0.06 MB   |  10次下載  |  免費(fèi)
  15. 8萬(wàn)用表UT58A原理圖
  16. 0.09 MB   |  9次下載  |  5 積分

總榜

  1. 1matlab軟件下載入口
  2. 未知  |  935121次下載  |  10 積分
  3. 2開源硬件-PMP21529.1-4 開關(guān)降壓/升壓雙向直流/直流轉(zhuǎn)換器 PCB layout 設(shè)計(jì)
  4. 1.48MB  |  420062次下載  |  10 積分
  5. 3Altium DXP2002下載入口
  6. 未知  |  233088次下載  |  10 積分
  7. 4電路仿真軟件multisim 10.0免費(fèi)下載
  8. 340992  |  191367次下載  |  10 積分
  9. 5十天學(xué)會(huì)AVR單片機(jī)與C語(yǔ)言視頻教程 下載
  10. 158M  |  183335次下載  |  10 積分
  11. 6labview8.5下載
  12. 未知  |  81581次下載  |  10 積分
  13. 7Keil工具M(jìn)DK-Arm免費(fèi)下載
  14. 0.02 MB  |  73810次下載  |  10 積分
  15. 8LabVIEW 8.6下載
  16. 未知  |  65988次下載  |  10 積分