Skip to main content
ANand3
Associate
May 4, 2020
Question

A framework for adding ARM Cortex M4 Applications

  • May 4, 2020
  • 1 reply
  • 1019 views

I checked out the Yocto based OpenSTLinux distribution, it has `m4projects` recipe in recipes-extended. However, I don't see an easy and modular way to add STM32CubeIDE based projects into the OpenSTLinux framework. Do you have any suggestions on it? I was thinking of developing a yocto layer or a recipe base for it.

This topic has been closed for replies.

1 reply

Olivier GALLIEN
Technical Moderator
May 6, 2020

Hi @ANand​ 

You can create your own layer or use <path of STM32MP1_Distribution_Package>/layers/meta-st/meta-st-stm32mp-addons/ one available in Distribution package for such purpose.

You can refer to https://wiki.st.com/stm32mpu/wiki/How_to_create_your_own_machine

Then taking exemple from `m4projects` recipe in recipes-extended or from meta layer provided in https://wiki.st.com/stm32mpu/wiki/How_to_exchange_large_data_buffers_with_the_coprocessor_-_example you should be in position to manage installation of STM32CubeIDE based project into the target.

Hope it help

Olivier

Olivier GALLIEN In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.