Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
I just tried updating my GRLIB port to the new 2.02.00.05 SDK and got a missing #define error for:
'SYSCTL_MCLKCFG_UDIV_DIVIDE3'
in dl_sysctl_mspm0g1x0x_g3x0x.h there is a define for *DIVIDE2* but not *DIVIDE3*
I put in the value from the old sdk, and it worked:
#define SYSCTL_MCLKCFG_UDIV_DIVIDE3 ((uint32_t)0x00000020U) /* !< ULPCLK is MCLK/3 (divided-by-3) */