2023-10-12 04:27 PM
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?
Solved! Go to Solution.
2023-10-31 07:06 AM
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.
2023-10-31 07:06 AM
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.