2021-01-28 04:05 AM
Hi i'm trying to configure two parts the SDMMC and the SAI. Both are initialized seperate from each other in my design, before i put them together, can i just run both configurations seperately?
2021-01-28 08:21 AM
Hello
HAL_RCCEx_PeriphCLKConfig (...) configures peripheral clocking by giving the parameters from init_structure to the peripheral .
For the same peripheral, yes it overwrites the previous settings only if PeriphClockSelection is enabled for that peripheral