-
Notifications
You must be signed in to change notification settings - Fork 1.8k
projects: ADE7816: Added readme doc #2782
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
projects/ade7816/README.rst
Outdated
| ~~~~~~~~~~~~~~~~~~~~~~~~~~ | ||
|
|
||
| +-----------------------+-----------------------+-----------------------+ | ||
| | **Pin Function** | **EVAL-ADE7816 | **MAX32690EVKIT** | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For this project example AD-APARD32690-SL was used instead of MAX32690EVKIT, please apply the same change in the other occurrences as well.
projects/ade7816/README.rst
Outdated
| | **Pin Function** | **EVAL-ADE7816 | **MAX32690EVKIT** | | ||
| | | Evaluation Board** | | | ||
| +-----------------------+-----------------------+-----------------------+ | ||
| | MOSI | Pin 10 (U2) - Master | Pin 45 (P3.0) - | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since SPI Device 4 was used for this project, the pins are wrong for the whole SPI communication, refer to the AD-APARD32690-SL schematic for the correct pin numbers.
Signed-off-by: Joyce Velasco <[email protected]>
56b3ea1 to
07daf82
Compare
| .. code-block:: bash | ||
|
|
||
| # Enable the basic example project | ||
| basic_example_max32690 TARGET=max32690 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Writing this in the Makefile results in an error. Since this project only has the basic_example to it, no extra configuration is really needed in the Makefile, but I guess something like this could still be used in the documentation if you want to mention the Makefile configuration :
no-OS/projects/adf4371/README.rst
Line 340 in e6569fe
| EXAMPLE ?= basic |
projects: ADE7816: Added readme doc
PR Type
PR Checklist