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

Resolved! stm32mp135 pwm dts

Hi,can some share dts configuration which allows you to bring up the PWM, timer etc?I do something like  pwm_regulator { compatible = "pwm-regulator"; pwms = <&{/soc/timer@40002000/pwm} 3 500000 0>; regulator-min-microvolt = <1016000>; regula...

MWoło.2 by Senior III
  • 1260 Views
  • 1 replies
  • 0 kudos

Issues in OPTEE (bootloader)

I am trying to boot my STM32MP153C over cubeProgrammer to load data in EMMC0.Unfortantly the programm is failing in OPTEE Part (Second file to download). Here is the UART log:NOTICE: CPU: STM32MP153CAA Rev.ZNOTICE: Model: STMicroelectronics STM32MP15...

WSief.1 by Associate II
  • 2476 Views
  • 3 replies
  • 1 kudos

Resolved! Modifying the U-boot

Hi ~​I'm using STM32MP157C MPU with my custom board and trying to modify u-boot for my board. https://wiki.st.com/stm32mpu/wiki/How_to_cross-compile_with_the_Distribution_Package#Modifying_the_U-Boot​This wiki article has been describe about "Modifyi...