Skip to main content
Visitor II
July 24, 2021
Solved

C++ Application Development

  • July 24, 2021
  • 1 reply
  • 804 views

HI,

Is it possible to write and compile c++ user space application for stm3m2mp1?

If yes how ?

    This topic has been closed for replies.
    Best answer by Olivier GALLIEN

    Hi @NPal.2​ ,

    The gcc based provided SDK support both C/C++ user application generation.

    There's exemples in 2 places in wiki :

    https://wiki.st.com/stm32mpu/wiki/Getting_started/STM32MP1_boards/STM32MP157x-DK2/Develop_on_Arm%C2%AE_Cortex%C2%AE-A7/Create_a_simple_hello-world_application

    https://wiki.st.com/stm32mpu/wiki/How_to_cross-compile_with_the_Developer_Package#Adding_a_-22hello_world-22_user_space_example

    Olivier

    In order to give better visibility on the answered topics, please click on 'Select as Best' on the reply which solved your issue or answered your question. See also 'Best Answers'

    1 reply

    Technical Moderator
    July 26, 2021

    Hi @NPal.2​ ,

    The gcc based provided SDK support both C/C++ user application generation.

    There's exemples in 2 places in wiki :

    https://wiki.st.com/stm32mpu/wiki/Getting_started/STM32MP1_boards/STM32MP157x-DK2/Develop_on_Arm%C2%AE_Cortex%C2%AE-A7/Create_a_simple_hello-world_application

    https://wiki.st.com/stm32mpu/wiki/How_to_cross-compile_with_the_Developer_Package#Adding_a_-22hello_world-22_user_space_example

    Olivier

    In order to give better visibility on the answered topics, please click on 'Select as Best' on the reply which solved your issue or answered your question. See also 'Best Answers'

    NPal.2Author
    Visitor II
    July 27, 2021

    Thanks @Community member​ . Really appreciate the inputs.