Skip to main content
JVan.1529
Associate
November 4, 2024
Question

STM32MP135F custom project with no I2C bus

  • November 4, 2024
  • 1 reply
  • 648 views

Hello.

 

I am trying to get a custom design using STM32MP135F to boot.

Unlike the DK, it does not use I2C busses, and I2C is not listed in the DTS files as created by STM32CubeMX.

I follow the wiki "How to compile the device tree with developer package" .

When I run the make command, I get error messages:

i2c4_pins_a  not found

also errors about sdmmc2 pins, which is also not used nor mentioned in the dts.

Is there somewhere a dts coupling that I am missing?

Thanks for helping.

Jan

 

This topic has been closed for replies.

1 reply

Olivier GALLIEN
ST Technical Moderator
November 7, 2024

Hi @JVan.1529 

 

You have to carefully setup your dts.

This tuto might help 

https://community.st.com/t5/stm32-mpus/faq-stm32mp1-how-to-bring-up-stm32mp1/ta-p/49280

Olivier

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.