Using STM32CubeIDE for developing linux user space applications
We are using the latest STM32CubeIDE (1.4.0) and are trying to develop applications for linux user space on our STM32MP157 board. Our goal is to use the cross compiler toolchain for developing and debugging with the IDE.
When we create a new project, it seems the IDE doesn't create any ready to compile main.cpp files for the A7 processor like for the M4. See this screenshot:
For the M4, the project compiles with the template main.c just fine. But for the A7, nothing is there.
So my question is, is there any documentation on how to develop linux user space application with the STM32CubeIDE for the A7?
Thank you.
Best regards,
Kevin
