STM32 MPUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Factory programming an STM32MP157 via USB-C

If I have grasped USB-C correctly, the BootROM must communicate with the STUSB1600 chip for role negotiation, otherwise it couldn't switch to device mode and thus it wouldn't be possible to use serial boot mode over USB-C. On the DK2, the STUSB1600 i...

rtie by Associate II
  • 520 Views
  • 2 replies
  • 0 kudos

Blink LED in STM32MP257f using yacto layer

I have started working on STM32MP257f board. I have installed open st linux distribution package on my board. Now I want to blink led on my board using my own yacto customized layer. Can anyone please help me with the steps. I have executed simple he...

Resolved! Bitbake error -gnss1-ekf NOT-FOUND

Hello,I’m trying to build an EKF (Extended Kalman Filter) application using Bitbake on an STM32MP1 platform, but I’m encountering the following error:Nothing RPROVIDES 'gnss1-ekf' (but /home/futura/STM32MPU_workspace/Distribution-Package/layers/meta-...

swaroop by Associate II
  • 1139 Views
  • 5 replies
  • 1 kudos

Resolved! yocto in stm32mp1

Hi, I'm new to yocto project, I'm trying to set password for  custom image in yocto in stm32mp157d-dk1(scarthgap) ,by editing the bb layer in image, its successfully build and flashed into SD card , but I'm trying to enter the login id and password ,...

Anto_Z_0-1728038511821.png Anto_Z_1-1728038560263.png
Anto_Z by Associate II
  • 826 Views
  • 4 replies
  • 1 kudos

STM32MP2 Image Signal Processor

Hi STM team,I'm working on a solution based on STM32MP2 and camera being one of the primary components I want to integrate the camera with the STM32MP2 processor and make use of the ISP present in it.I saw a video (https://www.youtube.com/watch?v=c0f...

Akash by Associate
  • 964 Views
  • 2 replies
  • 0 kudos

Resolved! Error when compiling uboot of stm32mp135

When compiling uboot, an error message is displayed when executing the script fiptool-stm32mp: create_st_fip_binary.sh: Command not found.I found the folder after decompression but did not find the file create_st_fip_binary. What is the reason?

Ivy7 by Associate
  • 523 Views
  • 2 replies
  • 1 kudos

Trying to detect SMIs latency on STM32MP157D-DK1

Hey, I’m working with an STM32MP157D-DK1, I’m trying to trace for System Management Interrupts, to check how they affect the system.The following attempt was made to detect the latency of SMIs occurring on the system: # mount -t debugfs debugfs /sys/...