2022-02-03 11:10 PM
Hello Community,
I need to port my Application written using ThreadX v5.9 to STM32H7 MCU. For that I want to know that Can I find sample project for STM32H7 series with ThreadXv5.9?
Or which versions are supported on ThreadX for H7 Series MCU?
Also, I am trying to create sample project using cubeMx tool for IAR IDE.
When I try to open the project in IAR, It says 'Tx_Thread_creation.ewp' was created by a new version of the product and can not be opened.
I am using IAR 7.40 and selecting minimun version in CubeMx tool to 7
Please help to understand the issue.
2022-02-04 04:46 AM
Hi,
there is an STM32Cube expansion package X-CUBE-AZRTOS-H7.
The latest version 2.0.0 contains ThreadX 6.1.7.
The first version from February 2021 was based on ThreadX 6.1.3.
You'll find sample projects for IAR EWARM and various development kits inside.
GitHub: https://github.com/STMicroelectronics/x-cube-azrtos-h7
2022-02-04 05:31 AM
Hi @Jaroslav BECKA ,
Thanks for quick reply.
I am using X-CUBE-AZRTOS-H7 as you said. And I am able to open the project in INAR version 9.10 for STM32H7A3AI MCU. However I am not able to open it in IAR version 7.40.
I am not able to understand the reason for the same.
Can you help to understand the same?
Thanks,
Hiren Bhuva