Question
Question about custom machine
Hi!
I am using a STM32MP157C-DK2 board to create an application on the screen. I have used STM32CubeIDE to create my own program:
- I have initialized peripheral with its default mode
- I have enabled FDCAN peripheral
- I have changed the clock settings.
With this, I already have the device tree of my program (kernel, tf-a, optee-os and u-boot).
My question is, do I have to create my own machine to configure clock setting?
Thanks!
