Porting STM32L5/CortexM33 to WICED 6.4 (linux)

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
omch_4412626
Level 1
Level 1

Hi

I'm working with a Cortex M33 from STMicroelectronics.

I need to :

- port FreeRTOS 10.2 to WICED6.4

- port Cortex M33 Architecture

-  port STM32L5xx Drivers / Peripherals HAL.

Is there a guideline that I can follow to do the porting or even better, an existing porting for CortexM33 ?

0 Likes
1 Solution
RaktimR_11
Moderator
Moderator
Moderator
500 replies posted 250 replies posted 100 replies posted

Unfortunately, there is no existing port for M33 available in WICED. There is a preliminary guideline to get started with the porting effort available STM32F469 porting in WICED​. You can go through this to calculate the effort involved in having a different series host (I am leaving newer version of FreeRTOS aside for now which should be a trivial task wrt porting a different series of MCU)

View solution in original post

0 Likes
1 Reply
RaktimR_11
Moderator
Moderator
Moderator
500 replies posted 250 replies posted 100 replies posted

Unfortunately, there is no existing port for M33 available in WICED. There is a preliminary guideline to get started with the porting effort available STM32F469 porting in WICED​. You can go through this to calculate the effort involved in having a different series host (I am leaving newer version of FreeRTOS aside for now which should be a trivial task wrt porting a different series of MCU)

0 Likes