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

STM32MP1 Boot ROM

The STM32MP151 Reference manual says "For more information refer to Boot ROMapplication note.". But I can't find any application note that talks about Boot ROM. Please help to find this information.Thanks.

dimax by Senior
  • 1056 Views
  • 4 replies
  • 0 kudos

Resolved! Use of gpiod_ in ecosystem V6

Hi STM Community !!We use the STM32MP1 on our board.We use the gpio feature for an IRQ in our system.We use it in a kernel module.With the Ecosystem v5, it worked perfectly, but we used#define PIN_FPGA_INTA (16 + 10)static struct gpio gpio_irq_pps = ...