analogdevicesinc / msdk

Software Development Kit for Analog Device's MAX-series microcontrollers
Apache License 2.0
61 stars 81 forks source link

feat(Examples,CMSIS,PeriphDrivers): Add support for MAX32675 RevB #972

Closed sihyung-maxim closed 6 months ago

sihyung-maxim commented 6 months ago

Description

This PR adds support to the MAX32675 Revb.

Checklist Before Requesting Review

Jake-Carter commented 6 months ago

@sihyung-maxim @lorne-maxim is our goal also to maintain full driver compatibility with Rev A hardware?

sihyung-maxim commented 6 months ago

No, there are certain differences with these new parts that it won't be easy to fully support both revisions. I believe the RevA hardware is out of production, and we aren't expected to support those parts soon. However, I've made it to where we'd still support the RevA hardware as best we can for now while making any RevB hardware changes a priority - if attempting to support both revs for a certain library is going to take longer than it's worth.

At the moment, it's important to get this out the door for the customers that are receiving the first batch of these parts.