Skip to content

Conversation

jvelasc2
Copy link
Contributor

@jvelasc2 jvelasc2 commented Oct 13, 2025

projects: ADE7816: Added readme doc

PR Type

  • Bug fix (change that fixes an issue)
  • New feature (change that adds new functionality)
  • Breaking change (has dependencies in other repos or will cause CI to fail)

PR Checklist

  • I have followed the Coding style guidelines
  • I have complied with the Submission Checklist
  • I have performed a self-review of the changes
  • I have commented my code, at least hard-to-understand parts
  • I have build all projects affected by the changes in this PR
  • I have tested in hardware affected projects, at the relevant boards
  • I have signed off all commits from this PR
  • I have updated the documentation (wiki pages, ReadMe etc), if applies

@jvelasc2 jvelasc2 marked this pull request as ready for review October 13, 2025 06:35
~~~~~~~~~~~~~~~~~~~~~~~~~~

+-----------------------+-----------------------+-----------------------+
| **Pin Function** | **EVAL-ADE7816 | **MAX32690EVKIT** |
Copy link
Collaborator

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.

| **Pin Function** | **EVAL-ADE7816 | **MAX32690EVKIT** |
| | Evaluation Board** | |
+-----------------------+-----------------------+-----------------------+
| MOSI | Pin 10 (U2) - Master | Pin 45 (P3.0) - |
Copy link
Collaborator

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) |
+-----------------------+-----------------------+-----------------------+

Copy link
Collaborator

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.

@jvelasc2 jvelasc2 force-pushed the ade7816-proj-readme branch from 56b3ea1 to 07daf82 Compare October 17, 2025 02:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants