STM32 MPUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Linux "gpio-poweroff" won't load

I'm trying to add the linux "gpio-poweroff" function to the distribution package. I've added the following to my device tree:gpio-poweroff { compatible = "gpio-poweroff"; gpios = <&gpioe 1 GPIO_ACTIVE_HIGH>; timeout-ms = <3000>; };The kernel/devic...

allard by Senior
  • 727 Views
  • 7 replies
  • 0 kudos

STM32MP15 gpio power-off only for shutdown?

Hi there, I'm developing a Linux Embedded system on an STM32MP153-based custom board. I have a problem regarding shutdown vs low power modes. I have a gpio (active low) that acts as a "final switch off" for the whole system (a.k.a. when that gpio goe...

SScar.2 by Senior
  • 44 Views
  • 0 replies
  • 0 kudos

Incorrect CPSIZE for STM32MP1 FMC

I am using the FMC peripheral of the STM32MP157 to access the FPGA, the FMC is configured as a Synchronous read synchronous write PSRAM. For the simplicity of the FPGA logic design I would like to have the burst reads and burst writes with CRAM page ...