Hello, @youke
Thanks for your reply.
From my understanding, it is difficult to do it once, since several steps needed for initializing the related clock.
Regarding to the method of initializing it, theoretically, it could be done either from the bootloader or the M core application itself, it depends only on your design.
If putting all clock init phase to the bootloader, then you may need to implement similar steps from teh PFE example to the bootloader to initialize the pfe, and then remove the corresponding phase from the M core application itself(pfe master exmaple.) to avoid any conflict.
BR
Chenyin