STM32 MPUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

unrecognized command-line option ‘-mrecord-mcount’

Hello,I run make for install USB wifi driver for STM32MP1. I had import enviroment, but i can't make project. It reports an error: arm-ostl-linux-gnueabi-gcc: error: unrecognized command-line option ‘-mrecord-mcount’Can you help me check this error?T...

DuBao_0-1732699570915.png
DuBao by Associate
  • 286 Views
  • 0 replies
  • 0 kudos

Resolved! STM32MP157F-DK2, iio_info error

Running the iio_info command on a terminal into a STM32MP157F-DK2 (booting from the shipped SD-card) reports some errors:root@stm32mp1:~# iio_infoLibrary version: 0.23 (git tag: 92d6a35)Compiled with backends: local xml ip usb serialIIO context creat...

Ozone by Lead II
  • 558 Views
  • 7 replies
  • 0 kudos

STM32mp135f-DK issue with clock config ?

Hi, I have an issue with my project. It is bare metal project. When Im configuring clock the boards is failing in SystemClock_Config().I tried to copy the setup from BSP_BasicTemplates. But the results is the same.Here is the error I get on console.I...

Mr_F by Associate
  • 217 Views
  • 1 replies
  • 0 kudos

Resolved! STM32MP157F-DK2: Boot from USB SSD Instead of SD Card

Hello everyone,I would like to ask if it is possible to configure the STM32MP157F-DK2 to boot from a USB SSD instead of an SD card. If so, could you please share the steps or documentation?Thank you in advance!Best regards,Symeon Zapsis

symeon by Associate II
  • 309 Views
  • 2 replies
  • 2 kudos

STM32MP135 UBOOT Splash Screen

Hi All,I am working on enabling and testing the LCD (RGB666) and backlight (enable and pwm) functionality on my STM32MP1 platform in U-Boot. I have configured the necessary U-Boot options for LCD and video support, including backlight control and dis...

Booting from eMMC STM32MP135

Hello,We had to switch out an SD card for eMMC and we kept with SDMMC1. I am aware of having to burn the fuses to get eMMC to default to SDMMC1 which I did. I was able to get it to flash successfully, and now when you switch it to 010 it will boot fr...