2021-07-24 05:13 AM
HI,
Is it possible to write and compile c++ user space application for stm3m2mp1?
If yes how ?
Solved! Go to Solution.
2021-07-26 01:04 AM
Hi @NPal.2 ,
The gcc based provided SDK support both C/C++ user application generation.
There's exemples in 2 places in wiki :
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'
2021-07-26 01:04 AM
Hi @NPal.2 ,
The gcc based provided SDK support both C/C++ user application generation.
There's exemples in 2 places in wiki :
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'
2021-07-27 05:05 AM
Thanks @Community member . Really appreciate the inputs.