-
Notifications
You must be signed in to change notification settings - Fork 7.3k
drivers: memc: Add MAX32 HyperBus driver #88606
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?
drivers: memc: Add MAX32 HyperBus driver #88606
Conversation
Realizing this is dependent on ADI HAL changes, marking this Draft while I sort those out. |
Add memc driver for the MAX32 HyperBus peripheral, supporting HyperRAM and Xccela PSRAM memory devices. Signed-off-by: Pete Johanson <[email protected]>
Correctly use AF3 for HPB on P1.12 for MAX32690. Signed-off-by: Pete Johanson <[email protected]>
Updated hal_adi for HPB peripheral changes needed for the HPB memc driver. Signed-off-by: Pete Johanson <[email protected]>
b38dc5e
to
ef63231
Compare
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
Ok, this now includes the necessary update to
|
Add memc driver for the MAX32 HyperBus peripheral, supporting HyperRAM and Xccela PSRAM memory devices.
So far, this is only implemented and tested on MAX32690, but other MCUs in the series will be tested and have the necessary board additions added once that's completed.