2023-06-16 11:51 PM
Hi, during Embedded World I got MP135F devkit. I'm not into Yocto, but guy from ST told me, that MP1 can be used with RTOS but with halved max frequency. I have experiance with ThreadX on H735.
Can you hint me how to start? Are there any tutorials? I couldn't find any when googling, only some YT videos about Linux.
2023-06-19 01:29 AM
Hi @Pyrograf ,
AzureRTOS support on STM32MP13 is planned for end of this year.
https://blog.st.com/stm32mp13/#Linux-RT_and_AzureRTOS
Regards.
2023-06-26 08:13 AM
Hi @PatrickF thank you, I'l follow this topic
2023-06-27 02:53 AM
At the end of todays STM32C0 workshop it was announced that there will be STM32MP135 workshop with Azure RTOS somewhere in Europe. Where can I find some more information?
2023-06-27 04:43 AM
Hi @Pyrograf ,
There is already a port and example project builds for Cortex-A7 in the AzureRTOS repo at github.
https://github.com/azure-rtos/threadx/tree/master/ports/cortex_a7
These example builds can help you get started. Basic task switching and other RTOS primitives that do not depend on the RTOS tick (timeouts or tx_thread_sleep, etc.) should work, and demonstrates that the RTOS is functioning. From there, you will need to read a little bit about the Cortex-A7 GIC (Generic Interrupt Controller) in order to get a MP135F Timer Interrupt configured to serve as your RTOS tick. There are some notes about interrupt handling in the readme_threadx.txt for each of the examples.
Hopefully that can help get you started.
2023-06-27 06:24 AM
Hi @PAdam.11 ,
please have a look to https://www.st.com/content/st_com/en/about/events/upcoming-events-and-technical-seminars.html
Regards.
2023-10-13 04:36 AM
Any updates on this?
2024-03-06 07:46 PM
Any updates on this?
2024-04-05 06:25 AM
it seems something started to happen :)
https://www.youtube.com/watch?v=ljT-UpncIPk&ab_channel=STMicroelectronics