This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSPM0G3507: Missing #define in new SDK?

Part Number: MSPM0G3507
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) */