Skip to content

Commit

Permalink
Update INRO clock rate to 131kHz
Browse files Browse the repository at this point in the history
Update the code to use the correct clock rate of 131kHz for internal
nano-ring oscillator.

Signed-off-by: Tahsin Mutlugun <[email protected]>
  • Loading branch information
ttmut committed Dec 13, 2024
1 parent b5a4bd7 commit a7e1974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ extern "C" {
Update if use of this oscillator requires precise timing.*/
/* NOTE: INRO was previously named NANORING */
#ifndef INRO_FREQ
#define INRO_FREQ 100000
#define INRO_FREQ 131000
#endif

#ifndef IPO_FREQ
Expand Down
2 changes: 1 addition & 1 deletion Libraries/PeriphDrivers/Source/SYS/sys_me30.c
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ int MXC_SYS_ClockSourceDisable(mxc_sys_system_clock_t clock)
break;

case MXC_SYS_CLOCK_INRO:
// The 80k clock is always enabled
// The 131k clock is always enabled
break;

case MXC_SYS_CLOCK_ERFO:
Expand Down

0 comments on commit a7e1974

Please sign in to comment.