Skip to main content
Associate III
October 12, 2023
Solved

OpenMP on STM32CubeIDE?

  • October 12, 2023
  • 1 reply
  • 1496 views

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?

This topic has been closed for replies.
Best answer by Erwan SZYMANSKI

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.

1 reply

Erwan SZYMANSKI
Erwan SZYMANSKIBest answer
Technical Moderator
October 31, 2023

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.