Tool/software:
Hi champs,
I am asking this for our customer.
The user wants to lower the clock rate because of lower power consumption.
The user asks the guide to do so.
Questions:
1. Can this API be called during runtime? Any concern or usage pitfall? This changes PLL, so the user is concerned about using it.
I2C_initController(myI2C0_BASE, DEVICE_SYSCLK_FREQ, myI2C0_BITRATE, I2C_DUTYCYCLE_33);
SCI_setConfig(mySCI0_BASE, DEVICE_LSPCLK_FREQ, mySCI0_BAUDRATE, (SCI_CONFIG_WLEN_8|SCI_CONFIG_STOP_ONE|SCI_CONFIG_PAR_NONE));
