STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.18.1 released

We are pleased to announce that the minor release 1.18.1 of STM32CubeIDE is available. What is new in 1.18.1: This minor release will not bring any major updates to the STM32CubeIDE 1.18.1. It will be aligned with the STM32CubeMX 6.14.1. Main fixed i...

STM32CubeIDE 1.18.0 released

We are pleased to announce that the release 1.18.0 of STM32CubeIDE is available. What is new in 1.18.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX 6.14.0: Added the support for STM32WBA6xxx microcontrollers in the STM...

Resolved! TouchGFX - generated code - Screen1View

Hello,I am trying to learn a structure that is provided for MVP implementation. I dont understand where is Screen1View and every other class instance placed. I see that definitions are in .hpp files and implementations of .cpp file. Also, I am really...

richi by Associate III
  • 449 Views
  • 3 replies
  • 0 kudos

Resolved! Stm32h746 dual core debugging

I am working with stm32h745ZIT3, in my application I need to receive some packets over ethernet in CM7 and these packets need to share to CM4, and processing is done in CM4. So, to test this data transfer I need to debug both cores simultaneously. Tr...

Jpj.1 by Associate II
  • 663 Views
  • 7 replies
  • 0 kudos

Request for old stm32cubeIDE versions 1.14.0 and 1.15.0

Hi ST Community, I am using the board of STM32WBA55CGU6 board for OTA application and i want to use the application present in STM32Cube_FW_WBA_V1.3.0 and STM32Cube_FW_WBA_V1.2.0 packages. Since these packages are present in STM32Cube IDE version 1.1...

Shaku by Associate II
  • 426 Views
  • 4 replies
  • 1 kudos

CubeMX generated code error when using BSP code

Hello all.I'm new here, this is my first post.I found a problem with STM32CubeIDE.I don't know where to post errors report, so please move this post if this is the wrong place.I'm a skilled embedded programmer, but I've worked till now on 8 bit micro...

Task runtime usage for ThreadX in STM32CubeIDE

Hi,In How to enable FreeRTOS™ Run Time and Stack Usage view, it shows we can see the task runtime usage in percentage for FreeRTOS. But for ThreadX, it has no such item.  As there is an 'execution_profile_kit' utility tool in ThreadX already, any pla...