cancel
Showing results for 
Search instead for 
Did you mean: 

Porting Azure RTOS examples

OHaza.1
Associate III

Hi, last time I ported an Azure RTOS project there were only a handful of BSPs so I had to do some manual fiddling around to get it running on a nucleo board. Now that there is full support for H7 processors in the 2.0 package I'm wondering what the best steps to move a project over would be.

I imagine I can start a new project in CubeMX and then "import" the ioc file, generate the base project and then copy in the source code - but wondering if there is a cleaner way of doing it.

TIA, Oliver

1 ACCEPTED SOLUTION

Accepted Solutions
STM32_ZA
ST Employee

Hi,

As you said you need to generate a new project for target board/MCU first then :

1-configure the HW IPs (GPIO, System clock, ETH, USB,,..)

2- Enable/Configure the components of Azure RTOS pack

3- Generate project and copy application source code from an existing example into your new project 

View solution in original post

1 REPLY 1
STM32_ZA
ST Employee

Hi,

As you said you need to generate a new project for target board/MCU first then :

1-configure the HW IPs (GPIO, System clock, ETH, USB,,..)

2- Enable/Configure the components of Azure RTOS pack

3- Generate project and copy application source code from an existing example into your new project