analogdevicesinc / msdk

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

fix(CMSIS): MSDK-1249: Add OVR Correction to SystemCoreClock Calculation for MAX32662 MAX32672 MAX32675 #867

Closed ahmetalincak closed 7 months ago

ahmetalincak commented 7 months ago

Description

MAX32662, MAX32672 and MAX32675 has the OVR bit to operate CPU voltage with different modes and this affects also the IPO clock. We need to consider this when calculating the system core clock.

PS. This has already done for MAX32660 in here