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

�?CubeIDE】Why delete my Src folder ?Why haven't you fix it for so long?

Sorry,I really want to curse the CubeIDE/CubeMX development team�?�?�?�?�?�?�?Because of you, the results of my work are gone three times�?�?�?�?Not Once,Not Twice ,It is Three,Three,Three�?�?�?�?�?�?​For the first time, I thought I deleted it by mis...

abbb.12 by Associate II
  • 3367 Views
  • 17 replies
  • 4 kudos

Resolved! How to manually add FreeRTOS to CubeIDE project

I need to add a specific version of FreeRTOS to my STM32F103 CubeIDE project, I cannot use the Middleware package in CubeMX.I have tried several times to get the FreeRTOS files into CubeIDE, both using "Import" from Filesystem and drag and drop of fi...

How to prevent CubeIDE updating patched files

I want to use Segger SystemView with my STM32F103RB project. The project is generated by STM32CubeIDE and it has the FreeRTOS middleware as a part of it.In order to use Segger SystemView FreeRTOS needs a few patches to embed the logging for RTT. The ...

Resolved! Java Virtual Machine Launcher error when importing

Hello,I'm trying to import a project in STM32CubeIde. Each time I have the following error from the Java Virtual Machine Launcher:"Error: Unable to access jarfile C:\Program"I have the same error when directly trying to launch STM32CubeIDE (projet im...

ANauz.1 by Senior II
  • 1335 Views
  • 2 replies
  • 0 kudos

Resolved! Ported CubeIDE project misses access to certain memory areas

Have a project that has been proted from CubeIDE to a more standalone project structure. This because I am requierd to have the project run from other IDEs like C:b or even from a comandline environment only. The project is based on the STM32H743 Por...

zainka1 by Associate II
  • 1037 Views
  • 3 replies
  • 0 kudos

assembly file works in keil but not working in stm32cubeide !

I have an assembly file which contains something like : AREA |.text|, CODE, READONLY, ALIGN=2 THUMB EXTERN currentPt EXPORT SysTick_Handler EXPORT osSchedulerLaunch . . . ;some code here . .   ALIGN ENDwhich compile and work in keil . but ...

0693W00000AMI5rQAH.jpg
M N by Associate II
  • 1034 Views
  • 3 replies
  • 0 kudos

Memory alignment(structure Padding)

Hi,I am using STM32CubeIDE 1.6.0.In my program for EEPROM read/write I have use structure but its takes too much size because of padding.I tried with #pragma Pack, __attribute__((packed)), even by rearranging the structure member.but there is no size...

Bs.1 by Associate II
  • 1091 Views
  • 1 replies
  • 0 kudos