-
Notifications
You must be signed in to change notification settings - Fork 107
Porting the SPIXF_ICC example to MAX32665 #276
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
Porting the SPIXF_ICC example to MAX32665 #276
Conversation
/clang-format-run |
/clang-format-run |
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.
Looks good! A few minor things below
/clang-format-run |
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.
Looks good! Thanks. Caught one last thing in project.mk. Fix that and it's ready for merge.
# For instructions on how to use this system, see | ||
# https://github.com/Analog-Devices-MSDK/VSCode-Maxim/tree/develop#build-configuration | ||
|
||
#BOARD=FTHR_RevA |
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.
Just noticed this - Should be BOARD=FTHR
or BOARD=FTHR2
for MAX32665.
You can just delete this whole comment header and replace it with the latest one:
I removed the BOARD example because it was causing too much confusion.
This PR adds the SPIXF_ICC example, originally written for the MAX32650, to the MAX32665. To make it work, I needed to add the same ICC support that was added for the MAX32650 which allows for a single cache controller instance to be operated on at a time. That allowed the SFCC to be enabled and disabled without affecting the state of either ICC0 or ICC1.