[STM32MP157D-DK1]What is the proper way to configure clock for M4?
I want the cortex-m4 to do pwmget data from sensors and transfer to cortex-A7So, I write simple code to do PWM and find out the RCC in stm32cubeIDE not work because linux take control the clock config.My question is, What is the best way to configure...