Forked repository for pushing changes to EVAL-AD4696
Dependencies: platform_drivers
README.txt@0:721af8bb4b69, 2021-09-29 (annotated)
- Committer:
- Kjansen45
- Date:
- Wed Sep 29 11:39:40 2021 +0000
- Revision:
- 0:721af8bb4b69
- Child:
- 1:8792acb5a039
Repository created.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Kjansen45 | 0:721af8bb4b69 | 1 | Evaluation Boards/Products Supported |
Kjansen45 | 0:721af8bb4b69 | 2 | ------------------------------------ |
Kjansen45 | 0:721af8bb4b69 | 3 | EVAL-AD1234 (AD1234) |
Kjansen45 | 0:721af8bb4b69 | 4 | EVAL-AD1256 (AD1256) |
Kjansen45 | 0:721af8bb4b69 | 5 | << add more here >> |
Kjansen45 | 0:721af8bb4b69 | 6 | |
Kjansen45 | 0:721af8bb4b69 | 7 | Overview |
Kjansen45 | 0:721af8bb4b69 | 8 | -------- |
Kjansen45 | 0:721af8bb4b69 | 9 | These code files provide drivers to interface with AD1234 and communicate with |
Kjansen45 | 0:721af8bb4b69 | 10 | EVAL-AD1234 board. This code was developed and tested on SDP-K1 controller board |
Kjansen45 | 0:721af8bb4b69 | 11 | https://os.mbed.com/platforms/SDP_K1/. |
Kjansen45 | 0:721af8bb4b69 | 12 | |
Kjansen45 | 0:721af8bb4b69 | 13 | Product details: https://www.analog.com/en/products/ad1234.html |
Kjansen45 | 0:721af8bb4b69 | 14 | Eval board details: https://www.analog.com/en/design-center/evaluation-hardware-and-software/evaluation-boards-kits/EVAL-AD1234.html |
Kjansen45 | 0:721af8bb4b69 | 15 | |
Kjansen45 | 0:721af8bb4b69 | 16 | |
Kjansen45 | 0:721af8bb4b69 | 17 | Hardware Setup |
Kjansen45 | 0:721af8bb4b69 | 18 | -------------- |
Kjansen45 | 0:721af8bb4b69 | 19 | Required: SDP-K1, EVAL-AD1234, USB cable, 12 V power supply, 60 MHz external |
Kjansen45 | 0:721af8bb4b69 | 20 | clock supply. |
Kjansen45 | 0:721af8bb4b69 | 21 | Plug in the EVAL-AD124 board on SDP-K1 board (or any other Mbed enabled |
Kjansen45 | 0:721af8bb4b69 | 22 | controller board) using the SDP connector and screws. |
Kjansen45 | 0:721af8bb4b69 | 23 | Connect SDP-K1 board to the PC using the USB cable. |
Kjansen45 | 0:721af8bb4b69 | 24 | |
Kjansen45 | 0:721af8bb4b69 | 25 | |
Kjansen45 | 0:721af8bb4b69 | 26 | How to Get Started |
Kjansen45 | 0:721af8bb4b69 | 27 | ------------------ |
Kjansen45 | 0:721af8bb4b69 | 28 | Open Mbed online compiler. https://ide.mbed.com/compiler |
Kjansen45 | 0:721af8bb4b69 | 29 | Import Code into compiler from here: https://os.mbed.com/teams/AnalogDevices/code/EVAL-AD1234/ |
Kjansen45 | 0:721af8bb4b69 | 30 | instructions on how to import code are here: https://os.mbed.com/docs/mbed-os/v5.12/tools/importing-code.html |
Kjansen45 | 0:721af8bb4b69 | 31 | Compile code. Drag and drop binary into SDP-K1 controller board. Find detailed instructions |
Kjansen45 | 0:721af8bb4b69 | 32 | here: https://os.mbed.com/docs/mbed-os/v5.12/tools/getting-your-program-on-your-board.html |
Kjansen45 | 0:721af8bb4b69 | 33 | Open Tera Term (or alternative), select 9600 baud rate, and the applicable COM port to see the |
Kjansen45 | 0:721af8bb4b69 | 34 | list of options. |
Kjansen45 | 0:721af8bb4b69 | 35 | |
Kjansen45 | 0:721af8bb4b69 | 36 | A detailed user guide on how to use SDP-K1 board on Mbed platform is available |
Kjansen45 | 0:721af8bb4b69 | 37 | here: https://wiki.analog.com/resources/tools-software/mbed |
Kjansen45 | 0:721af8bb4b69 | 38 | |
Kjansen45 | 0:721af8bb4b69 | 39 | |
Kjansen45 | 0:721af8bb4b69 | 40 | Notes |
Kjansen45 | 0:721af8bb4b69 | 41 | ----- |
Kjansen45 | 0:721af8bb4b69 | 42 | If using Win 7, install serial drivers for Mbed. https://os.mbed.com/docs/mbed-os/v5.12/tutorials/windows-serial-driver.html |
Kjansen45 | 0:721af8bb4b69 | 43 | 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. |
Kjansen45 | 0:721af8bb4b69 | 44 | |
Kjansen45 | 0:721af8bb4b69 | 45 |