2025-03-16 10:52 PM
Hello,
I am trying to run a project I made on M33 on STM32MP257F-EV1. However, I am having trouble setting up OpenAMP on M33.
After enabling openAMP in the .ioc file of STM32CubeIDE (version 1.18.0) and generating the project, running it, it stops at the code 'while(resource_table.vring1.da != VRING_RX_ADDRESS)'.
in rsc_table.c
in main.c
dmesg when m33 launch sequence.
Thanks!
2025-03-18 11:05 PM
hello @hc_hong
Could you share with me more information about your configuration.
Which image of ostl did you load on the stm32mp257f-ev1 board ?
What is the format of the firmware you are trying to launch on the board ?
You can also share your project here if it doesn't contain any sensitive information.
Regards,
2025-03-22 6:01 PM
Hello @Pwxn
Thank you for your patience regarding my late response.
I am currently testing the board with two Starter Packages:
FlashLayout_sdcard_stm32mp257f-dk-ca35tdcid-ostl-optee
FlashLayout_sdcard_stm32mp257f-dk-ca35tdcid-ostl-m33-examples-optee
The setup is quite straightforward. I created a project in STM32CubeIDE targeting the STM32MP257F-EV1 board. In the default configuration, I enabled OPENAMP and FreeRTOS, and made several adjustments to resolve some build issues.
I would like to share the project files, but unfortunately, I am currently on a business trip and unable to do so.
Thank you very much!