Program files for Example program for EVAL-AD7768-1
Dependencies: platform_drivers
README.txt@1:260e834a8dc1, 2021-09-24 (annotated)
- Committer:
- Kjansen
- Date:
- Fri Sep 24 15:14:06 2021 +0100
- Revision:
- 1:260e834a8dc1
- Parent:
- 0:4f174385050d
Adding released source code of ad7768-1
Deleting the redefinition of data_capture_ops
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Kjansen45 | 0:4f174385050d | 1 | Evaluation Boards/Products Supported |
Kjansen45 | 0:4f174385050d | 2 | ------------------------------------ |
Kjansen |
1:260e834a8dc1 | 3 | EVAL-AD7768-1 |
Kjansen |
1:260e834a8dc1 | 4 | |
Kjansen45 | 0:4f174385050d | 5 | Overview |
Kjansen45 | 0:4f174385050d | 6 | -------- |
Kjansen |
1:260e834a8dc1 | 7 | This is a IIO based firmware application to evalute the AD7768-1 device. |
Kjansen |
1:260e834a8dc1 | 8 | This code was developed and tested on SDP-K1 controller board: https://os.mbed.com/platforms/SDP_K1/. |
Kjansen |
1:260e834a8dc1 | 9 | Use of Mbed platform allows code to port on other Mbed supported target boards with little or no modifications. |
Kjansen |
1:260e834a8dc1 | 10 | |
Kjansen |
1:260e834a8dc1 | 11 | Product details: https://www.analog.com/en/products/ad7768-1.html |
Kjansen |
1:260e834a8dc1 | 12 | Product Evaluation board details: https://www.analog.com/en/design-center/reference-designs/circuits-from-the-lab/cn0540.html |
Kjansen |
1:260e834a8dc1 | 13 | User Guide for this code: https://wiki.analog.com/resources/eval/user-guides/circuits-from-the-lab/cn0540 |
Kjansen |
1:260e834a8dc1 | 14 | Communication Protocol: SPI |
Kjansen |
1:260e834a8dc1 | 15 | |
Kjansen |
1:260e834a8dc1 | 16 | |
Kjansen45 | 0:4f174385050d | 17 | Hardware Setup |
Kjansen45 | 0:4f174385050d | 18 | -------------- |
Kjansen |
1:260e834a8dc1 | 19 | Required: SDP-K1 (or alternative Mbed enabled controller board), EVAL-CN0540-ARDZ board and USB cable. |
Kjansen |
1:260e834a8dc1 | 20 | Plug in the EVAL-CN0540-ARDZ board on SDP-K1 board (or any other Mbed enabled controller board) |
Kjansen45 | 0:4f174385050d | 21 | Connect SDP-K1 board to the PC using the USB cable. |
Kjansen |
1:260e834a8dc1 | 22 | |
Kjansen |
1:260e834a8dc1 | 23 | |
Kjansen45 | 0:4f174385050d | 24 | How to Get Started |
Kjansen45 | 0:4f174385050d | 25 | ------------------ |
Kjansen45 | 0:4f174385050d | 26 | Open Mbed online compiler. https://ide.mbed.com/compiler |
Kjansen |
1:260e834a8dc1 | 27 | Import Code into compiler from here: https://os.mbed.com/teams/AnalogDevices/code/EVAL-AD7768-1/ |
Kjansen |
1:260e834a8dc1 | 28 | instructions on how to import code are here: https://os.mbed.com/docs/mbed-os/v6.8/build-tools/importing-code.html |
Kjansen |
1:260e834a8dc1 | 29 | Compile code. Drag and drop binary into SDP-K1 controller board. Find detailed |
Kjansen |
1:260e834a8dc1 | 30 | instructions here: https://os.mbed.com/docs/mbed-os/v6.8/build-tools/getting-your-program-on-your-board.html |
Kjansen |
1:260e834a8dc1 | 31 | Open Tera Term (or alternative), select 230400 baud rate, and the applicable COM |
Kjansen |
1:260e834a8dc1 | 32 | port to see the list of options. |
Kjansen |
1:260e834a8dc1 | 33 | |
Kjansen |
1:260e834a8dc1 | 34 | |
Kjansen45 | 0:4f174385050d | 35 | Notes |
Kjansen45 | 0:4f174385050d | 36 | ----- |
Kjansen |
1:260e834a8dc1 | 37 | If using Win 7, install serial drivers for Mbed. https://os.mbed.com/docs/mbed-os/v6.8/program-setup/windows-serial-driver.html |
Kjansen45 | 0:4f174385050d | 38 | A detailed user guide on SDP-K1 controller board is available here https://www.analog.com/en/design-center/evaluation-hardware-and-software/evaluation-boards-kits/SDP-K1.html. |
Kjansen |
1:260e834a8dc1 | 39 | |
Kjansen |
1:260e834a8dc1 | 40 | |
Kjansen |
1:260e834a8dc1 | 41 | Copyright (c) 2021 Analog Devices, Inc. All rights reserved. |
Kjansen |
1:260e834a8dc1 | 42 |