OpenMP on STM32CubeIDE?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-10-12 4: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.
- Labels:
-
STM32MP13 Lines
-
STM32MP15 Lines
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-10-31 7: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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-10-31 7: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.
