How to setup new M4 project on STM32MP157c-DK2?
I have found many tutorials for how to import the example projects into stmcubeide but have not seen much information on how to set up a new M4 project?
I have been able to import the OpenAMP_TTY_echo example into stm32cubeide and debug fine but I am having issues setting up a new project. I want to setup a new project because I want a .ioc project file in order to easily setup timers and interrupts and the OpenAMP_TTY_echo example is missing some of the HAL driver libraries. I was able to create a new project selecting the board as STM32MP157c-DK2 but the build button is grayed out for the project?
I am using the distribution package, specifically the st-example-image-qt image.

