Skip to content
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

fix(CMSIS,PeriphDrivers): Fix logic error in SYS Clock Enable/Disable functions and INRO frequency for MAX32662 #895

Merged

Conversation

kilicomercan
Copy link
Contributor

  1. INRO/NANORING clock is 80kHz according to the UG. But, it was defined as 8kHz in system_max32662.h. See page 36 -> https://www.analog.com/media/en/technical-documentation/user-guides/max32662-ug-7640.pdf
    image

  2. Logic error exists related to if controls in MXC_SYS_ClockDisable and MXC_SYS_ClockEnable functions. See sys_me12.c

@github-actions github-actions bot added the MAX32662 Related to the MAX32662 (ME12) label Jan 29, 2024
@kilicomercan kilicomercan changed the title fix(CMSIS,PeriphDrivers):Fix sys clock enable disable functions and redefine INRO for MAX32662 fix(CMSIS, PeriphDrivers): Fix sys clock enable disable functions and redefine INRO for MAX32662 Jan 29, 2024
@sihyung-maxim sihyung-maxim changed the title fix(CMSIS, PeriphDrivers): Fix sys clock enable disable functions and redefine INRO for MAX32662 fix(CMSIS,PeriphDrivers): Fix logic error in SYS Clock Enable/Disable functions and INRO frequency for MAX32662 Jan 29, 2024
@sihyung-maxim
Copy link
Contributor

Thanks for the fix. Adding this for reference - just in case.
image

@Jake-Carter Jake-Carter merged commit 06058cf into analogdevicesinc:main Jan 29, 2024
@kilicomercan kilicomercan deleted the dev/max32662_clock_fixes branch February 20, 2024 13:04
@ozersa
Copy link
Contributor

ozersa commented Mar 7, 2024

Regarding this change it will be nice if this line be updated in appropriate way.

image

@kilicomercan
Copy link
Contributor Author

Thanks @ozersa , I will open a new PR on this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MAX32662 Related to the MAX32662 (ME12)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants