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

Resolved! disable vrefbuf without losing iio

Processor stm32mp157f, our board design similar to dk2.In my STM32CubeMX generated device tree (dunfell) I have added the following:/* USER CODE BEGIN root */soc {vrefbuf@50025000 {status = "disabled";};};/* USER CODE END root */I have my vref pin co...

SLetter by Associate III
  • 1962 Views
  • 1 replies
  • 0 kudos

Poor performance of STM32MP157

Hello,I have seen that someone posted in the past  a post regarding poor performance under linux (refer to https://community.st.com/t5/stm32-mpus-products/poor-dm-crypt-benchmark-on-stm32mp157/m-p/104543#M2181).We also have observed such results.Is t...

Resolved! Boot from USB OTG pins on STM32MP131

Hi everyone,we are in the middle of bringing up a custom board using the STM32MP131. Booting from an SD card already works. However, we would like to use the STM32CubeProgrammer to directly connect the board via USB. For this, the OTG USB pins OTG_HS...

MaxMKA_1-1711535712125.png
MaxMKA by Associate
  • 2544 Views
  • 1 replies
  • 0 kudos

Resolved! flashing OpenSTLinux onto SD card

Hi,please can somebody give me a hint how to flash OpenSTLinux onto SD card on board STM32MP135F-DK ?i'm under specific condition, currently i can't download Starter package (some unknown technical problem) which includes utility : STM32_Programmer_C...

Resolved! bitbake build error - package openocd

Hi ,i'm trying to build st-image-weston for target board STM32MP135F-DKrepo init -u https://github.com/STMicroelectronics/oe-manifest.git -b refs/tags/openstlinux-5.15-yocto-kirkstone-mp1-v22.11.23repo syncDISTRO=openstlinux-weston MACHINE=stm32mp13-...