STM32 MPUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Error during SDK extraction

This page mentions that you are supposed to use tar xf for SDK extraction. Unfortunately this doesn't work for the latest SDK 6.6 (scarthgap), it looks like the SDK is just a tar archive and not compressed. $ tar xf en.SDK-x86_64-stm32mp1-openstlinux...

UVV by Associate III
  • 180 Views
  • 3 replies
  • 0 kudos

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