STM32 MPUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

our stm32mp157F based custom board will not boot up, we see the panic error message on the uart interface.

hi,we are trying to flash our yocto build on our custom board using the stm32cubeprogrammer via usb in dfu mode. the flashing fails w/ the following message:19:33:39 : Opening and parsing file: tf-a-stm32mp157f-nff-mx-usb.stm3219:33:39 :  File      ...

vbuon.1 by Associate III
  • 619 Views
  • 2 replies
  • 0 kudos

Resolved! How do I create a VIRT_UART_HandleTypeDef?

I'm following the tutorial here but when I define `VIRT_UART_HandleTypeDef huart0;` I get error: unknown type name. It seems like the only include I should need is openamp.h, but that doesn't seem to do the trick.

msche.1 by Associate III
  • 754 Views
  • 3 replies
  • 0 kudos

LAN8720 Device Tree changes

HI all,We are using LAN8720 as the ethernet PHY for connectivity.The IC has 25MHz crystal connected for the refclk and we want to run in RMII mode. We have requirement of not using the INT_N for the ethernet IC.Upon exploring the ST Docs I was not ab...

NPal.2 by Senior
  • 740 Views
  • 1 replies
  • 0 kudos

STM32MP157xx DDR accessing for the for the core 1

Hi , We are using the STM32MP157-dk1 board. We are able to boot the both cores (cortex A7) bare metal code from the SRAM but where as loading to the DDR that time only core 0 is booting properly and core 1 not booting. Is their any way to enable the...

srikanth by Associate III
  • 1271 Views
  • 6 replies
  • 0 kudos

Cannot run DDR test suite on STM32MP157D-DK1

Hello, I want to use DDR test suite in STM32 cube IDE but I always have a error when I try to connect my board. I think I understood that was because I have to modify something with stage boot with SPL. I red the docs but I am quite lost can someone ...

--.2 by Associate
  • 491 Views
  • 1 replies
  • 0 kudos

Resolved! DDR device tree included in CubeMx is non existent

We are trying to bring up a custom board which used STM32MP157FACx processor.The DDR memory model we use is W63AH2NBVABE which is a LPDDR3 32-bit. We use CubeMx to generate the device trees. We have chosen the configuration shown below in the picture...

0693W00000JMuVVQA1.png
SKris by Associate III
  • 812 Views
  • 3 replies
  • 0 kudos

How do i go back to u boot prompt?

Hi,We are using stm32mp1 uboot. I have stoped uboot and i run baremetal appilication it works fine.after sucessfull completion of baremetal application.how do i go back u boot prompt?