Part Number: AM2634
Tool/software:
Hi,
What is the best way to set CONTROLSS_CTRL_SDFM1_CLK0_SEL to "source is SDFM0 CK0 from Pinmux"?

(from https://www.ti.com/lit/ug/spruj42e/spruj42e.pdf?ts=1756786931208 2.7.2.4 CONTROLSS_CTRL_SDFM1_CLK0_SEL Register)

(from TRM Figure 7-319. SDFM Clock Control)
I found SOC_selectSdfm1Clk0Source in the MCU sdk, but it seems to crash the application when i call it after:
```
System_init();
Board_init();
Drivers_open();
Board_driversOpen();
````
Is there a best time to call this?