STM32 MPUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32MP135F-DK problem running DDRInit project

I'm trying to run my application compiled and linked for DDR on STM32MP135F-DK. Following the wiki istruction it's necessary preliminary to run the DDRInit project on SYSRAM that initialize the DDR and then execute my custom program.When I execute th...

Sxx by Associate
  • 635 Views
  • 3 replies
  • 1 kudos

Remoteproc error

Hello,I have compiled a custom image to run on the M4 core on my stm32mp157f-dk2. I generated the code using STM32CubeMX. I am able to build it fine but am having issues launching it on the m4 core. Here are the commands that I run. echo executable.e...

Resolved! question about stm32mp1 LTDC PIN configuration

Hi,My LCD display format is RGB666, I removed the "LCD_R0,LCDR1, LCD_G0,LCD_G1,LCD_B0,LCD_B1" in file "stm32mp15-pinctrl.dtsi", and recompile my device tree, then upload to my board. I tried to use the LCD_R0 as GPIO with command: gpioset gpiochip7 2...

zqizh.1 by Associate II
  • 1134 Views
  • 3 replies
  • 0 kudos

Resolved! STM32MP1 ECO Unused GPIO busy after gpioset

Kernel tree does not assign any driver to pin PZ2. After gpioset -c gpiochip11 2=1, the pins goes actually high (from low) but the gpioset program stalls. SSH at that moment into the device shows: line 0: "PZ0" input line 1: "PZ1" input line 2: "PZ2"...