STM32 MPUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32MP1 - Bare metal on A7

Hi,I have a current project using the M7 that I need to port over to the A7. The goal is to be running bare-metal code on the A7, like we are on the M7. Currently, I am following this open source guide to run bare-metal on the A7 and it seems to work...

mkurtz by Associate II
  • 1248 Views
  • 6 replies
  • 0 kudos

Resolved! Troubleshoot with Cortex-M4 reinitialization on STM32MP1

Hello everyone! I'm using the STM32MP157F-DK2 and the OpenSTlinux Distribution package with a set of Yocto recipes that do not affect the Linux kernel. I have written a program for the Cortex-M4 core and created a device tree in CubeMX. Then, I built...

MHolu.1 by Associate II
  • 2657 Views
  • 7 replies
  • 0 kudos

Resolved! libqmi build for STM32MP157

I'm building libqmi for the STM32MP157 and getting an error  at this point in the build GISCAN Qmi-1.0.girTraceback (most recent call last):File "/home/ed/STM32MPU_workspace/STM32MP1-Ecosystem-v4.1.0/Developer-Package/SDK/sysroots/cortexa7t2hf-neon-v...

edwardmcl by Associate II
  • 1101 Views
  • 2 replies
  • 0 kudos

Resolved! stm32mp135 openstlinux additionall packages install

Hi,I have a slight problem with st-image-weston.bbappend.In my meta-layer in folder /recipes-st/images/ I add an st-image-weston.bbappend to install a few packages I intend to have.And now something is strange, after adding a new package to install i...

MWoło.2 by Senior II
  • 712 Views
  • 1 replies
  • 0 kudos

Resolved! How to optimize SDIO WIFI performance?

Hello,I am working on a project that is using wifi to communicate with the connected device and the latency is critical. We are using the wifi JODY-W263-00B from U-Blox connected by SDIO bus, and for measuring the latency we simply use ping command. ...

OpenSTLinux SDK Manager can't find updated SDK

Hi I have used the "bitbake -c populate_sdk st-image-weston" command to generate an updated SDK with OpenCV and ZerMQ packages. The SDK is generated successfully.The issue is when I want to use this SDK in STM32CubeIDE, since I can't seem to find the...

MarcusRJ_0-1687161319965.png MarcusRJ_1-1687161359883.png
MarcusRJ by Associate
  • 445 Views
  • 1 replies
  • 0 kudos

STM32MP1 boot fail in TF-A

Hi all,We design the custom board use ST32MP157 base on the design of STM32MP157-DK2 kit. We use the SD card for booting. The image and device tree is custom base on example of STM32MP157-DK2 kit. The board has a issue when booting via SD card. This ...

Resolved! stm32mp135f trusted vs optee efficiency

Hello, For some time I testing STM32MP135f with 1GHz CPU clocking. I was able to generate optee OpenStLinux but I see a lack of CPU efficiency. I'm curious what is the difference in efficiency between trust and optee. If I use the trusted option the ...

MWoło.2 by Senior II
  • 673 Views
  • 2 replies
  • 1 kudos

Resolved! setting up SPI LCD ILI9341 with STM32MP157-DK1

Hi all,I own an STM32MP157-DK1. I am trying to setup the TFT display ILI9341 on this discovery kit. I am familiar with Bitbake and Yocto. Are there any minimal images available that I can bake and dump on my discovery kit (SD card) to test my display...

Enabling UART7 disables USART3 (STM32MP157F-DK2)

Hi!I've been running an embedded linux (built with Buildroot) on a STM32MP157F-DK2. I need to use both USART3 and UART7 ports to interact with other devices.I've used it flawlessly with only USART3 enabled in linux's device tree for months. Recently,...