STM32 MPUs Products and hardware related

Ask questions and find answers on STM32 microprocessors, including hardware, power, DRAM, flashing, interfacing, device tree, and peripherals.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

OPTEE panic fixed_regulator_probe failed

First time trying to get OPTEE working on custom board. The boot stops when OPTEE panics NOTICE: CPU: STM32MP157AAC Rev.Z NOTICE: Model: STMicroelectronics custom STM32CubeMX board - openstlinux-6.1-yocto-mickledore-mp1-v23.06.21 NOTICE: BL2: v2.8...

jhi by Senior
  • 2192 Views
  • 1 replies
  • 0 kudos

TSV file format and debugging

Hello, We are currently in the process of bringing up and industrializing an embedded STM32MP1 board with eMMC as main data storage. We would like to flash the eMMC via U-boot using a tsv file. We have a couple of tsv files that are working correctly...

Vauteck by Associate
  • 2022 Views
  • 1 replies
  • 0 kudos

Resolved! STM32MP157A DDR size detected wrong

I have a running system (based on bootlin buildroot) with kernel 5.10 and I wanted to update it to use the latest 6.1 and now I have a problem that the BL2 panics:  NOTICE: CPU: STM32MP157AAC Rev.Z NOTICE: Model: STMicroelectronics custom STM32Cube...

jhi by Senior
  • 2076 Views
  • 1 replies
  • 0 kudos

STM32MP135 ADC buffer enable fails

Hi, I am encountering some issues while trying to configure the ADC DMA Buffer on the STM32MP135 board , when I execute the following:echo 1000 > /sys/bus/iio/devices/iio:device1/buffer/lengthecho 1 > /sys/bus/iio/devices/iio:device1/scan_elements/in...

STM32MP135 - Baremetal - Ethernet2

Hello, I would like to integrate ethernet2 in my bare-metal project. I am aware that not only eth2 pins have to be properly configured, but also a 10th pin of MCP IO expander. However, the eth2 seems to be disabled after all. I am doing the same conf...