STM32CubeIDE (MPUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32CubeIDE Custom SDK Import

Hello everyone,I want to develop a project for STM32MP1 using stm32cubeIDE Version: 1.15.1. In the yocto-related part of the topic, I successfully compiled a kernel and produced an SDK for the relevant kernel. I want to import this SDK into the cubei...

Screenshot from 2024-07-01 20-27-09.png Screenshot from 2024-07-01 20-28-17.png

Resolved! STM32MP1 loading of Bkup-FWU-Metadata failed

Hello everyone,I made a yocto based build using stm32mp1. After compiling, I followed these steps: I created 5 different partitions in the SD card. These are as follows.  I uploaded the following files to the partitions I created, respectively.sudo d...

Screenshot from 2024-06-22 03-01-12.png Screenshot from 2024-06-22 03-08-13.png

debugging problem(urgent)

how i can solve it : Error in final launch sequence: Failed to execute MI command:target extended-remote localhost:3333 Error message from debugger back end:Truncated register 16 in remote 'g' packetFailed to execute MI command:target extended-remote...

STM32CUBE IDE debug with stm32mp157

Hello     We are using STM32CUBE ide (Ver 1.9.0) for debugging of stm32mp157a cortex-m4 core by using j-link programmer. In this, while entered into debug every time we need to select stm32mp157a cortex-m4 in j-link target settings. So, any option is...

Srikanth1 by Associate III
  • 173 Views
  • 0 replies
  • 0 kudos

STM32CubeIDE: CPU stuck at 100% when editing IOC files

I am using STM32CubeIDE v1.4.2 and experiencing issues with editing IOC files. I am using Ubuntu 18.04.05 as recommended by ST. Often when when I am using the integrated Cube MX editor I experience 100% CPU load and the IDE locks up. I have tried inc...

AStev.2 by Associate III
  • 2258 Views
  • 19 replies
  • 0 kudos

Resolved! OpenMP on STM32CubeIDE?

Hello everyone,I've a question. I want to use a Cortex-A7 on STM32MP13x or STM32MP15x for my project and I would like to parallelize my application. Can I use OpenMP on STM32CubeIDE? Is there a difference if I use OpenSTLinux?