Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
resources:tools-software:bfin:adas1000 [12 Oct 2012 16:55] – cat Catherine Redmondresources:tools-software:bfin:adas1000 [05 May 2016 18:26] (current) Catherine Redmond
Line 19: Line 19:
 This project demonstrates a framework developed for Visual DSP [[adi>vdsp-bf-sh-ts|Visual DSP]] to interface the [[adi>ADAS1000]] to the [[adi>adsp-bf527|ADSP-BF527]] on the SDP-B controller board. This project demonstrates a framework developed for Visual DSP [[adi>vdsp-bf-sh-ts|Visual DSP]] to interface the [[adi>ADAS1000]] to the [[adi>adsp-bf527|ADSP-BF527]] on the SDP-B controller board.
  
-{{ :resources:tools-software:bfin:eval-adas1000sdz.jpg?600 |}}+{{ :resources:tools-software:bfin:eval-adas1000sdz.jpg?600 }}
  
  
-==== The software has been developed to ==== +=== The software has been developed to ===
   * Configure various registers of [[adi>ADAS1000]] through SPORT1 of [[adi>adsp-bf527|ADSP-BF527]]   * Configure various registers of [[adi>ADAS1000]] through SPORT1 of [[adi>adsp-bf527|ADSP-BF527]]
   * Read ECG or Test tone data from [[adi>ADAS1000]] to memory of [[adi>adsp-bf527|ADSP-BF527]] (external SDRAM)   * Read ECG or Test tone data from [[adi>ADAS1000]] to memory of [[adi>adsp-bf527|ADSP-BF527]] (external SDRAM)
Line 28: Line 28:
   * Display/Plot the processed data   * Display/Plot the processed data
  
-===== Requirements: =====+==== Requirements: ====  
   * VisualDSP++ 5.0 Update 10   * VisualDSP++ 5.0 Update 10
   * [[adi>ADAS1000]] Eval Board setup, EVAL-ADAS1000SDZ   * [[adi>ADAS1000]] Eval Board setup, EVAL-ADAS1000SDZ
-  * SDP-B Rev 1.3 (with Emulator to connect to VisualDSP++), [[adi>SDP|EVAL-SDP-CB1Z]] +  * SDP-B Rev 1.3 (with Emulator to connect to VisualDSP++),  
-  * Breakout board for SDP-B (If Hardware DRDY is used) [[adi>SDP|ADZS-BRKOUT-EX3]]+  * Breakout board for SDP-B (If Hardware DRDY is used) 
   * ECG cables and simulator (if required)    * ECG cables and simulator (if required) 
  
 ===== Framework Files ===== ===== Framework Files =====
 The attached zip file contains the relevant files for this project The attached zip file contains the relevant files for this project
-{{:resources:tools-software:bfin:adas1000_sdp_v1.zip|ADAS1000+SDP Framework}}+ 
 + 
 +Zip File Contents & description
   * ADAS1000_SDP_v1.c Main function which can be used to develop the application   * 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_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
Line 50: Line 52:
   * SPORT_Functions.h - Declaration of all the SPORT1 functions used for Serial Interface with ADAS1000   * 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   * User_Config.h - All the user definable parameters for various functionalities of (ADAS1000 + SDP) system
-  
   * LA.vps - VDSP++ plot for LA data   * LA.vps - VDSP++ plot for LA data
   * LL.vps - VDSP++ plot for LL data   * LL.vps - VDSP++ plot for LL data
Line 57: Line 58:
   * V2.vps - VDSP++ plot for V2 data   * V2.vps - VDSP++ plot for V2 data
  
- +==== Implementation Description: ====
-==== Implementation Descripion: ====+
  
   * 'Reg_Config_Table' is an array which is updated with required ADAS1000 register configuration   * 'Reg_Config_Table' is an array which is updated with required ADAS1000 register configuration
Line 70: Line 70:
     - Process the captured frames      - Process the captured frames 
     - Display the processed data     - Display the processed data
- 
  
 ==== Procedure: ==== ==== Procedure: ====
 +=== Hardware Setup ===
  
-  -   Hardware Setup 
     -     Connect J4 of SDP-B Rev 1.3 to J2 of ADAS1000 Eval board     -     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 ECG probe to J1 of ADAS1000 Eval board
Line 89: Line 88:
     -       Right click on the plot > Configure > Modify 'Count' for number of samples     -       Right click on the plot > Configure > Modify 'Count' for number of samples
     -       Halt the code, to see the latest 'Count' number of samples plotted     -       Halt the code, to see the latest 'Count' number of samples plotted
 +===== Zip file=====
 +{{:resources:tools-software:bfin:adas1000_sdp_v1.zip|}}
resources/tools-software/bfin/adas1000.1350053754.txt.gz · Last modified: 12 Oct 2012 16:55 by Catherine Redmond