STM32 MPUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32MP1 - Bare metal on A7

Hi,I have a current project using the M7 that I need to port over to the A7. The goal is to be running bare-metal code on the A7, like we are on the M7. Currently, I am following this open source guide to run bare-metal on the A7 and it seems to work...

mkurtz by Associate II
  • 1126 Views
  • 6 replies
  • 0 kudos

Resolved! DCMIPP on STM32MP131

Looking at AN5478 implies that the entire line of STM32MP13x has a DCMIPP interface. However for STM32MP131 DCMIPP is not mentioned in the datasheet.Does the STM32MP131 have a DCMIPP interface? If so, are the pins and the functionality matching that ...

daikon by Associate
  • 187 Views
  • 1 replies
  • 0 kudos

Resolved! cannot install build-essential pkg

I want to connect AWS IoT on STM32mp135f-dk board. so, I install pkgsudo apt-get install gitsudo apt-get install cmakesudo apt-get install build-essentialbut, can't auto install build-essential, so dpkg manual install.(build-essential_12.10_armhf.deb...

younghan by Associate III
  • 672 Views
  • 8 replies
  • 1 kudos

Resolved! Interrupt for Gigabit Ethernet is a wake-up or interrupt?

I found something interresting.If we look at the STM32MP15XXAC (package TFBGA361) we can see that:DLCD_B1 is connected to K4 and Y17OTG_HS_ID is connected to Y17ETH_PHY_INTN is connectes to K4In this case, I need DLCD_B1 and OTG_HS_ID for flashing th...

Namnlös.png Skärmbild 2024-05-11 174028.png
DMårt by Senior III
  • 237 Views
  • 2 replies
  • 1 kudos

debug problem

I am trying to debug a code using STM32CubeIDE on Ubuntu with the STM32MP157F-DK2. However, I am encountering the following problem

Screenshot from 2024-05-20 08-44-59.png

STM32MP157 uboot issue

When I download UBOOT using USB, the console appears the following log and repeats. Is this normal? I was wondering if when I modified uboot, it didn't fully fit my board?NOTICE: CPU: STM32MP157AAA Rev.BNOTICE: Model: STMicroelectronics STM32MP157A e...

lijingyu by Associate
  • 210 Views
  • 1 replies
  • 0 kudos

EQOS_DMA_MODE_SWR stuck on U-BOOT-STM32MP 2021

I am facing this error when I update to Kirkstone, while this error does not exist on Dunfell.I get this error after I set my ethraddr manually.&ethernet0 { compatible = "st,stm32mp1-dwmac", "snps,dwmac-4.20a"; reg = <0x5800a000 0x2000>...

ZUl A.1 by Associate II
  • 737 Views
  • 2 replies
  • 0 kudos

How to connect the printer

HiI got cups and hplip by adding IMAGE_INSTALL_append = "python3-distro cups ghostscript cups-filters hplip"  in local.conf.but when I run hp-check, there are some errors about missing required dependencies : root@STM32MP1:~# hp-check /usr/bin/hp-che...