Question
First STM32 project with STM32MP1x as target
Hello everyone,
I've installed STM32CubeIDE and I've created a new STM32 project with STM32MP1x (in this case STM32MP131AAE3) as target but in the project there are only two directories (DeviceTree and Drivers).
There isn't a source directory ("src") with C files where I can write my code. So... where can I write the code? What can I do?
