-
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.
| CS | Pin 13 (U2) - Chip | Pin 48 (P3.3) - Chip | | ||
| | Select (CS) | Select (CS) | | ||
+-----------------------+-----------------------+-----------------------+ | ||
|
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 this example project relies on the driver's interrupt functionality, it would be helpful to mention this hardware connection as well. Without it, the example might hang while waiting for an interrupt that does occur, but isn’t detected by the MCU due to the missing connection.
Signed-off-by: Joyce Velasco <[email protected]>
56b3ea1
to
07daf82
Compare
projects: ADE7816: Added readme doc
PR Type
PR Checklist