Question
[STM32MP157D-DK1]What is the proper way to configure clock for M4?
I want the cortex-m4 to do
- pwm
- get data from sensors and transfer to cortex-A7
So, 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 clock In my situation.
Is it better to modify clock on linux command? or would it better to modity it in device tree?
and where can I find the manual to modify it on devicetree?
Thanks
