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! 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
  • 1190 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...