Please try below lines.
const cgc_rtd_sys_clk_config_t g_sysClkConfigFroSource = {
.divCore = 0, /* Core clock divider. */
.divBus = 1, /* Bus clock divider. */
.divSlow = 3, /* Slow clock divider. */
.src = kCGC_RtdSysClkSrcFro, /* System clock source. */
.locked = 0, /* Register not locked. */
};
CLOCK_SetFusionSysClkConfig(&g_sysClkConfigFroSource);
BOARD_InitPins();
BOARD_BootClockRUN();
BOARD_InitDebugConsole();
Fusion_Init();
BOARD_SetTrdcGlobalConfig();
rate = CLOCK_GetFreq(kCLOCK_FusionDspBusClk);
PRINTF("The rate is 0x%x. \r\n", rate);
CLOCK_SetIpSrc(kCLOCK_Lpuart2, kCLOCK_Pcc2BusIpSrcFusionDspBus);
Any support, information, and technology (“Materials”) provided by NXP are provided AS IS, without any warranty express or implied, and NXP disclaims all direct and indirect liability and damages in connection with the Material to the maximum extent permitted by the applicable law. NXP accepts no liability for any assistance with applications or product design. Materials may only be used in connection with NXP products. Any feedback provided to NXP regarding the Materials may be used by NXP without restriction.