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! 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
  • 1035 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
  • 1028 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
  • 1088 Views
  • 1 replies
  • 0 kudos

Resolved! How to change the compiler version on CubeIde

If I want CubeIde to use a specific gnu arm version which is on my local system, should I just setup the build variable "gnu_arm_embedded_compiler_path" ? Is that enough?If I wish to check the current version that cube ide is using, how do I do that?...

DMukh.1 by Associate
  • 7767 Views
  • 2 replies
  • 0 kudos

Resolved! I'm a new user of STM32 (but not new to embedded system design!). I've just upgraded from STM32CubeIDE V1.6.0 to V1.6.1, using a BlackPill STM32F411 target.

The 'reset debug' icon was displayed in V1.6.0 but is no longer visible in V1.6.1. Is this a bug in V1.6.1 or a configuration error of mine? The code is running in the Flash, not RAM (as far as I am aware).Thanks! Mike.

MStev.3 by Associate II
  • 1068 Views
  • 4 replies
  • 0 kudos

Can't run program through CubeIDE.

Normally, I click "Run" in CubeIDE, my program loads onto the Nucleo board and starts running as soon as its loaded. However, in the course of using the debugger, I've somehow messed this up. Now, when I press run, the program downloads correctly, bu...

ASmit.4 by Associate II
  • 550 Views
  • 0 replies
  • 0 kudos

Resolved! How to write stm32l5xx_hal_mmc DMA to stm32l5xx_hal_ospi?

I’m attempting to optimize a process of loading a large file from eMMC flash memory directly into a SPI device with 8 data lanes. Originally, I meant to use peripheral to peripheral in the DMA component that comes internally with the STM32L5 series. ...

DBark.2 by Associate III
  • 1497 Views
  • 4 replies
  • 0 kudos

Cannot upgrade STM32CubeID or download latest MCU firmware

Cannot upgrade STM32CubeID from 1.5.1 to latest. Always network errors regardless of upgrading inside CubeIDE or trying to manually download the full install from the website.CubeIDE has also migrated by G0 v1.3.0 projects to v1.4.1 and I cannot dow...

SKirk.1 by Associate
  • 564 Views
  • 2 replies
  • 0 kudos