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.
Ask questions and find answers on STM32 microprocessors, including hardware, power, DRAM, flashing, interfacing, device tree, and peripherals.
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.
Hello everyone,I am planning to build an embedded project using a System on Module (SoM), and I am looking for a SoM board that supports bare-metal programming. Could you please help me find the best SoM board suitable for this purpose?
I've been following the STM32MP15 Discovery kits - Starter Package tutorial to set up my STM32MP157D-DK1 board and am having trouble flashing the SD card via the CubeProgrammer CLI. It successfully loads partitions 0x01, 0x03, then the board disconne...
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 = ...
The Static IP settings of my computer are as follows As follows, My computer can ping itself Then the Static IP (/lib/systemd/network/52-static.network) of my STM32MP135F-DK is set as follows As follows, My STM32MP135F-DK also can ping itself Why...
please suggest me some displays for STM32MP157D-dk1 and if possible provide me some links for purchase,i want 4 inch display
I'm wondering if anyone has any advice re. microcontroller (#MCU) support for #CSI-2?ST application note AN5478 "STM32MP135 line interfacing with a MIPI® CSI-2 camera" written in 2023 seems to be the best reference that I can find on this and uses th...
hellowI have a project about kinematic of a drone.Is good solution the :https://www.st.com/en/evaluation-tools/steval-fcu001v2.html to collect real time data from the imu sensors ?There is access on data threw bluetoothor something ?
Trying to boot from a SD card, Boot loader configuration is working but then my configuration is not, any reason why ?
I am trying to get started on Linux kernel development on STM32MP157F-DK2 board. Thus far I have been able to,1. Flash the started package and get Linux booting successfully2. Download the developer package, add extra logs and update the linux kernel...