![](/media/cache/img/default_profile.jpg.50x50_q85.jpg)
AD5770R firmware repo
Dependencies: platform_drivers adi_console_menu
README.txt@4:ddef2e8cb4f7, 2021-02-24 (annotated)
- Committer:
- mahphalke
- Date:
- Wed Feb 24 12:18:35 2021 +0000
- Revision:
- 4:ddef2e8cb4f7
- Parent:
- 1:63c505e13da4
Changed Mbed-OS revision to 5.15.0
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
malavikasaji | 0:0f4881f73ef9 | 1 | Evaluation Boards/Products Supported |
malavikasaji | 0:0f4881f73ef9 | 2 | ------------------------------------ |
mbradley | 1:63c505e13da4 | 3 | EVAL-AD5770RSDZ |
malavikasaji | 0:0f4881f73ef9 | 4 | |
malavikasaji | 0:0f4881f73ef9 | 5 | Overview |
malavikasaji | 0:0f4881f73ef9 | 6 | -------- |
mbradley | 1:63c505e13da4 | 7 | These code files provide the console application and device libraries to |
mbradley | 1:63c505e13da4 | 8 | interface with AD5770R product evaluation board. This code was developed and tested on SDP-K1 |
mbradley | 1:63c505e13da4 | 9 | controller board: https://os.mbed.com/platforms/SDP_K1/ |
malavikasaji | 0:0f4881f73ef9 | 10 | |
mbradley | 1:63c505e13da4 | 11 | Product details: https://www.analog.com/en/products/ad5770r.html |
mbradley | 1:63c505e13da4 | 12 | Product Evaluation board details: https://www.analog.com/en/design-center/evaluation-hardware-and-software/evaluation-boards-kits/EVAL-AD5770R.html |
mbradley | 1:63c505e13da4 | 13 | User Guide for this code: https://wiki.analog.com/resources/tools-software/product-support-software/ad5770r_mbed_support |
mbradley | 1:63c505e13da4 | 14 | Communication Protocol: SPI |
malavikasaji | 0:0f4881f73ef9 | 15 | |
malavikasaji | 0:0f4881f73ef9 | 16 | |
malavikasaji | 0:0f4881f73ef9 | 17 | Hardware Setup |
malavikasaji | 0:0f4881f73ef9 | 18 | -------------- |
mbradley | 1:63c505e13da4 | 19 | Required: SDP-K1 (or alternative Mbed enabled controller board), EVAL-AD5770RSDZ |
mbradley | 1:63c505e13da4 | 20 | USB cable. |
mbradley | 1:63c505e13da4 | 21 | Plug in the EVAL-AD5770RSDZ board on SDP-K1 board (or any other Mbed enabled |
mbradley | 1:63c505e13da4 | 22 | controller board) using the SDP connector and screws. Assuming, default evalauation board jumper configuration, a 3.3V external power supply should be connected to AVDD on P6. |
malavikasaji | 0:0f4881f73ef9 | 23 | Connect SDP-K1 board to the PC using the USB cable. |
malavikasaji | 0:0f4881f73ef9 | 24 | |
malavikasaji | 0:0f4881f73ef9 | 25 | |
malavikasaji | 0:0f4881f73ef9 | 26 | How to Get Started |
malavikasaji | 0:0f4881f73ef9 | 27 | ------------------ |
malavikasaji | 0:0f4881f73ef9 | 28 | Open Mbed online compiler. https://ide.mbed.com/compiler |
mbradley | 1:63c505e13da4 | 29 | Import Code into compiler from here: https://os.mbed.com/teams/AnalogDevices/code/EVAL-AD5770R/ |
malavikasaji | 0:0f4881f73ef9 | 30 | instructions on how to import code are here: https://os.mbed.com/docs/mbed-os/v5.12/tools/importing-code.html |
mbradley | 1:63c505e13da4 | 31 | Compile code. Drag and drop binary into SDP-K1 controller board. Find detailed |
mbradley | 1:63c505e13da4 | 32 | instructions here: https://os.mbed.com/docs/mbed-os/v5.12/tools/getting-your-program-on-your-board.html |
mbradley | 1:63c505e13da4 | 33 | Open Tera Term (or alternative), select 115200 baud rate, and the applicable COM |
mbradley | 1:63c505e13da4 | 34 | port to see the list of options. |
malavikasaji | 0:0f4881f73ef9 | 35 | |
malavikasaji | 0:0f4881f73ef9 | 36 | |
malavikasaji | 0:0f4881f73ef9 | 37 | Notes |
malavikasaji | 0:0f4881f73ef9 | 38 | ----- |
malavikasaji | 0:0f4881f73ef9 | 39 | If using Win 7, install serial drivers for Mbed. https://os.mbed.com/docs/mbed-os/v5.12/tutorials/windows-serial-driver.html |
malavikasaji | 0:0f4881f73ef9 | 40 | 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. |
malavikasaji | 0:0f4881f73ef9 | 41 | |
malavikasaji | 0:0f4881f73ef9 | 42 | |
mbradley | 1:63c505e13da4 | 43 | Copyright (c) 2020 Analog Devices, Inc. All rights reserved. |
mbradley | 1:63c505e13da4 | 44 |