工具/软件:TI-RTOS
您好!
I An Using GP AM572x SDK:pdk_am57xx_1_0_5
TIRTOS: processor_sdk_rtos_am57xx_3_02_00_05
我想将工作频率从 OPP_NOM 更改为 OPP_HIGH。 我该怎么做?
我尝试在代码中进行以下更改、但没有发生。
boardCfg = Board_init_PINMUX_CONFIG |
Board_init_module_clock | Board_init_uart_stdio | Board_init_pll_opp_high;
board_init (boardCfg);
这导致了运行时错误。
谢谢、
Anjana Pathak

