STM32 MPUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Interface can0 isn't appearing in STM32MP157F-DK2

I enabled CAN in the device tree using STM32CubeMX and followed the instructions in the provided documentation to generate the .dtb file. Afterward, I copied the generated .dtb file to the /boot directory. In the terminal, I ran the following command...

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 = ...

Why my computer can't ping STM32MP135F-DK?

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...

syuan_0-1730519185369.png syuan_1-1730519342431.png syuan_2-1730519678133.png syuan_3-1730519730430.png
syuan by Associate
  • 419 Views
  • 2 replies
  • 0 kudos

Resolved! Support for CSI-2

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...

How To Flash OTP Using STM32CubeProgrammer

Hello,I have tried following the https://wiki.st.com/stm32mpu/wiki/STM32CubeProgrammer_OTP_management to achieve this.I have tried configuring CFG_BSEC_PTA=y CFG_STM32_BSEC_WRITE=y CFG_WITH_USER_TA=yinto the meta-st-stm32mp bsp and verified that it w...

Boot from SD card

Trying to boot from a SD card, Boot loader configuration is working but then my configuration is not, any reason why ? 

Shai by Associate
  • 145 Views
  • 1 replies
  • 0 kudos

Resolved! Linux Kernel headers for STM32MP157(openstlinux-weston)

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...

Kanthan by Associate
  • 319 Views
  • 2 replies
  • 0 kudos

Remote core is not enable in openWRT

I follow the instruction in this git repository to build an openWRT image for STM32MP157F-DK2. I use the branch master with latest commit too.https://github.com/bootlin/openwrt-feed-stBy default the Remote core and RPMSG is not enable, so I try to en...