analogdevicesinc / msdk

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

fix(PeriphDrivers): Fix Unusable MAX32690 I2C Pins #958

Closed Jake-Carter closed 3 months ago

Jake-Carter commented 3 months ago

Pull Request Template

Description

Fixes #949

The ME18 assigns the same alternate function to both sets of I2C pins. This is logged as an errata (Rev A2 Errata 16), but in order to make the second set of pins usable our drivers will now configure both sets simultaneously.

Doxygen has been updated on the init function to highlight this change:

image

Checklist Before Requesting Review

Jake-Carter commented 3 months ago

Not sure about the MSDK version stuff reverting to the last release.

@sihyung-maxim need to merge #954