STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

Next version of GNU Tools for STM32 release date?

Hello,I've seen that there is a GCC 12.3 version of GNU Tools for STM32 in the repository  here: https://github.com/STMicroelectronics/gnu-tools-for-stm32.When can I expect this to be released in an official STM32CubeIDE/CubeCLT version?Does this rep...

Nico1 by Associate II
  • 2559 Views
  • 9 replies
  • 8 kudos

CubeIDE V1.18.0 Does not link project correctly

Hi, I have a touchGFX V4.23.2 project  written with CubeIDE at least four IDE versions ago and have not had any upgrade problems until I upgraded from 1.17.0 to 1.18.0. When I do a clean build I end up with memory link assignment errors: When I do a ...

Snag_24f16061.png Snag_24f24b0f.png

Resolved! XPSR register bitfields?

Is there a way to split the XPSR register view up so you can see each status bit by its name rather than the 32-bit value?The SFRs have this feature, why do the general registers not have it enabled by default?

Synchronizing PWM Signal through an external Signal

I'm using NucleoG071RB for this experiment. I have an (periodic) external signal that should reset the Timer counter to zero, so that the PWM is synchronized to the external signal. I used the external signal to generate an interrupt (EXTI), and rese...

MIXA1 by Associate
  • 138 Views
  • 1 replies
  • 0 kudos

STM32CubeIDE IOC Interface Unusable with STM32N6

I started a project based on the STM32N657X0H3Q.  The .IOC file gets generated.  I was trying to search for various pins.  I typed in "PA0" . . . all OK . . . continued with other PAX pins.  After a while, the user interface became more and more slug...

MHenz by Associate III
  • 202 Views
  • 1 replies
  • 1 kudos

Resolved! Import x-cube-azrtos-h5 to stmcube ide

I am working on stm32h573i-dk board... i want x-cube-azrtos-h5 for Netx duo...but there is no option to download this...manually io download it from st website but how to link to ide 

manoj7 by Associate II
  • 171 Views
  • 2 replies
  • 0 kudos

Resolved! Inline assembly code - register usage

I finally got the following code to function after forcing a compiler error to see what registers the compiler was selecting for the inline assembly output and inputs. What I found was that the compiler was using register R3 for both output (count) a...