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! modetest error on stm32mp257f-ev1

I aim TO drive a mipi display screen on STM32MP257F-EV1, so I have to understand the DRM framework.After flash the new firmware, I found that the modetset always shows errors, so I want to confirm whether the support in this aspect is OK? But watchin...

mteaching by Associate III
  • 2107 Views
  • 4 replies
  • 0 kudos

Resolved! probe of gpio-keys failed (PA12)

HelloI currently run on hardware STM32MP135f-DK and am preparing for running a custom HW.When assigning PA12 as a gpio-key in the devicetree,I get this error on boot:[ 3.544391] genirq: Flags mismatch irq 45. 00000083 (my-input) vs. 00002088 (0-0021)...

Makandra by Associate II
  • 1268 Views
  • 2 replies
  • 0 kudos

Access to DDR in M4

Deaers,I'm using stm32mp151fad and would like to transfter sram data to ddr in M4 side. I refer to the logic analyzer example https://github.com/STMicroelectronics/logicanalyser. The sram data could be copied into ddr immediately.   // mask and trans...