STM32 MPUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

spi3 can't be used in stm32mp257f-ev1

I flash the image from FlashLayout_sdcard_stm32mp257f-ev1-ca35tdcid-ostl-m33-examples-optee.tsv pi@inspiron:~/yocto/build-openstlinuxweston-stm32mp2/tmp-glibc/deploy/images/stm32mp2$ STM32_Programmer_CLI -c port=usb1 -w flashlayout_st-image-weston/op...

mteaching_0-1727181955822.png

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
  • 144 Views
  • 4 replies
  • 1 kudos

Resolved! STM32MP153, How to change CPU frequency?

Hi, I have a custom board based on a STM32MP153 and I'm trying to reduce CPU (MPU) max frequency... Now it's running at 650Mhz, which is the default configuration. looking at the Wiki : https://wiki.st.com/stm32mpu/wiki/How_to_change_the_CPU_frequenc...

SScar.2 by Senior
  • 125 Views
  • 1 replies
  • 0 kudos

Access to DDR in M4

Deaers,I'm using stm32mp151fad and would like to transfter sram data to ddr in M4 side. I refer to the logic analyzer example https://github.com/STMicroelectronics/logicanalyser. The sram data could be copied into ddr immediately.   // mask and trans...

Resolved! TZC in STM32MP157F-DK2 works only for DDR address

Hi,I am using board STM32MP157F-DK2. The TZC controller used here is TZC-400. Does this works only for DDR addresses, i.e. 0xC000 0000 - 0xEFFF FFFF? Or I can set other addresses outside the DDR range? Can you please help with more details. Regards,d...

STM32mp1 yocto project

Hi, I'm new to yocto project,while building core  minimal image , my Linux PC got shutdown bcoz of low battery , after restarting it , trying to use bitbake command , but it shows command not found , Do i Need to again  build the environment by sourc...

Anto_Z by Associate II
  • 187 Views
  • 4 replies
  • 2 kudos

Linux on A35 Core-0 and RTOS on Core-1 on STM32MP2

Hi,I am developing Linux/RTOS for STM32MP257F-EV1 with a slight twist.The STM32MP257F has two A35 cores (Core-0 and Core-1), a M33 Sub-core (Core-3) and a Cortex- M0+.By default Linux uses A35 Core0 and Core-1(both cores). I want to run Linux on A35 ...

Aiyps by Associate II
  • 125 Views
  • 1 replies
  • 0 kudos

Resolved! How to calibrate touch screen in non-Weston.

Hi ~I am using STM32MP157F MPU with my custom board. Touch controller is TSC2007 with resistive touch screen. I already checked st wiki. https://wiki.st.com/stm32mpu/wiki/How_to_calibrate_the_touchscreenbut, unfortunately I don't use Weston. I am usi...