cancel
Showing results for 
Search instead for 
Did you mean: 

OpenMP on STM32CubeIDE?

thetectivestm
Associate III

Hello everyone,

I've a question. I want to use a Cortex-A7 on STM32MP13x or STM32MP15x for my project and I would like to parallelize my application. Can I use OpenMP on STM32CubeIDE? Is there a difference if I use OpenSTLinux?

1 ACCEPTED SOLUTION

Accepted Solutions
Erwan SZYMANSKI
ST Employee

Hello @thetectivestm ,
I would say that you are maybe looking too far, while the easiest way is also the simplest to setup. STM32MP13 and STM32MP15 are delivered with OpenSTLinux by default, and so benefits from Linux OS. It can be used very easily to make your applications running in parallel, thanks to Linux scheduler system. 

Regards,
Erwan.

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.

View solution in original post

1 REPLY 1
Erwan SZYMANSKI
ST Employee

Hello @thetectivestm ,
I would say that you are maybe looking too far, while the easiest way is also the simplest to setup. STM32MP13 and STM32MP15 are delivered with OpenSTLinux by default, and so benefits from Linux OS. It can be used very easily to make your applications running in parallel, thanks to Linux scheduler system. 

Regards,
Erwan.

In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.