STM32 MPUs Products and hardware related

Ask questions and find answers on STM32 microprocessors, including hardware, power, DRAM, flashing, interfacing, device tree, and peripherals.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Best way to modify bitbake image

Hi all, I am using stm32mp157f-dk2 with ecosystem 3.1.During development, I need to update the device tree and kernel config very often.My current approach is to do bitbake -c cleansstate <image> bitbake virtual/kernel -c menuconfig bitbake <image>Ho...

WLeun.3 by Associate III
  • 649 Views
  • 1 replies
  • 0 kudos

Resolved! I2C register map in stm32mp157f-dk2

Hi all, ​I am studying the pmic of stm32mp157f-dk2.My ultimate goal is to write a device tree structure for other pmic chip like tps65 series to replace the stpmic&i2c4{ ... stusb1600@28{ compatible = "st,stusb1600"; reg = <0...

WLeun.3 by Associate III
  • 1596 Views
  • 4 replies
  • 0 kudos

Resolved! Unable to initialize USB OTG

Hello,I am having difficulties initializing the USB OTG in the ST Ecosystem 3.1.0 with the STM32MP157C in the Octavo OSD32MP15x SiP. With the ST Ecosystem 2.1.0 there was no issue and the previous image still works on my development board. I only nee...