Skip to content

soc: st: stm32mp13xx series support #82701

@arifbalik

Description

@arifbalik

Introduction

ST Recently released STMicroelectronics/cmsis_device_mp13.git for STM32MP13 series bare metal development. But Zephyr currently only has support for STM32MP15 series. If there is no one working on this I would like to try and implement it.

Problem description

Currently applications can not be build on STM32MP13 series. There is a Kconfig SOC_SERIES_STM32MP1X but its designed to be run on the co-processor (only available in mp15xx series) and not the cortex-a7

Proposed change

I would like to define the SOC and STM32MP135F-DK board, which is the only board I have atm.

Detailed RFC

The SOC directory inside hal_stm32 repo does not contain header files for stm32mp13xx series but it exists at https://github.com/STMicroelectronics/cmsis_device_mp13.git

Proposed change (Detailed)

After updating the hal_stm32 I would follow the standard practice for defining the SOC, but for board I'm not sure which drivers are missing, but I do not think much. The board I'll be using has all security features inside the chip, that part may require some work.

Metadata

Metadata

Assignees

Labels

RFCRequest For Comments: want input from the communityplatform: STM32ST Micro STM32

Type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions