STM32 MPUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Configure USART3 at STM32MP157D-DK1

Hello Friends, I am trying to configure USART3 as UART full duplex on the STM32MP157 evaluation board. The pin configuration for USART seems to be working correctly, but I’m having trouble with the USART3 Control Register1 & BRR . Can anyone help me ...

B_D_R by Associate III
  • 980 Views
  • 9 replies
  • 0 kudos

Resolved! Can STM32MP135 run FreeRTOS?

Hello,I am using the STM32MP135DAF7 chip for bare metal development, and now I have encountered a problem. Specifically, I have transplanted the FreeRTOS system on this chip, and in the boot_develop mode, I can run FreeRTOS normally, that is, ddr_ini...

LYUhaha by Associate II
  • 524 Views
  • 2 replies
  • 0 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
  • 439 Views
  • 1 replies
  • 0 kudos

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...

debashis by Associate
  • 347 Views
  • 1 replies
  • 0 kudos

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
  • 889 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
  • 359 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...