Skip to main content
Associate III
August 24, 2026
Solved

STM32MPU135

  • August 24, 2026
  • 2 replies
  • 62 views

Hello, 

 

I’m trying to learn how to use the STM32MP135CAEx for a upcomming project.

I have been looking online through tutorials and documentation but have a few questions.

Project background:
I need a device that has 2 ethernet interfaces, a LCD interface and a bunch of common peripherals.
I’m a big fan of STM23 controllers and have a few years of experience with them so trying out the MP series would be a next logical step for me.

1)

My idea was to make a small linux image on run it on the MPU. That linux then should have access to a display with toutch.
The display I had in mind is 400x800 pixels.
I don’t know if you can run without DDR memory, I’m gone need it, when I look at the standards RAM available.
But can you run without?


2)

Is there a “bring up guide”?
I have been trying to set up my ioc but I keep having an error marker in my DDR tab.
So I can have a indication of that I understood things correctly.

 

3)
What I’m used to from the controllers is that one a peripheral is configured correctly is that they become green.
In the image below my I2S3 is staying black what's the logic behind this indication?


4)

So if I have my board before me. I can program it via the serial wire interface and also debug it via SWD?
(If the SWO pin is connected)
And one the board is powered on I should be able to communicate via it over a uart channel and later over ethernet?

 

All help is greatly appreciated.

 

Kind regards, 

William
 

P.S. 

Any good sources that you know are a great help, I you want to link them below.

Best answer by shivam203

Hi ​@William_RnD ,
There are some links I now. They might help you.
Category:STM32MP13 Discovery kits - stm32mpu This is the wiki page for it and inside these pages there are multiple link you can check them as well.
STM32MP135 - Documentation - STMicroelectronics. This is the documentation for this provided by ST.
GitHub - STMicroelectronics/STM32CubeMP13 · GitHub. This is the github repo link where there are multiple examples/applications are there along with drivers etc. 
This is the content I know about and I am sharing with you.
Thanks.

                                                                                                                                                               
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.

2 replies

shivam203Best answer
ST Employee
August 31, 2026

Hi ​@William_RnD ,
There are some links I now. They might help you.
Category:STM32MP13 Discovery kits - stm32mpu This is the wiki page for it and inside these pages there are multiple link you can check them as well.
STM32MP135 - Documentation - STMicroelectronics. This is the documentation for this provided by ST.
GitHub - STMicroelectronics/STM32CubeMP13 · GitHub. This is the github repo link where there are multiple examples/applications are there along with drivers etc. 
This is the content I know about and I am sharing with you.
Thanks.

                                                                                                                                                               
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.

Associate III
August 31, 2026

Hi, 

Thank you very much. 

I will have a look!

Kind regards, 

William