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! __UNALIGNED_UINT32_READ causes Unaligned Hardfault [solved]

I have trouble with sporadic Hardfaults and I tracked it down to some unaligned access in the USB routines. Although the code uses the macro __UNALIGNED_UINT32_READ, the STM32 will still causes the Hardfault for unaligned addresses. So I looked at th...

SFahr by Associate III
  • 5251 Views
  • 7 replies
  • 1 kudos

Issue on Semihosting on CUBE IDE

Salutations for all.I programmed my CUBE IDE on Debug Mode by the recipe-> https://community.st.com/s/article/how-to-use-semihosting-with-stm32cubeide-and-stm32. It Works.But when I STOP the running program on CUBE IDE the TARGET STOP the program eit...

JSILV.2 by Senior
  • 895 Views
  • 3 replies
  • 0 kudos

STM32CubeIDE 1.10.1 Does'nt open

Hello , am writing on this forum because i got a problem , and was wondering if anyone could help me . Ive installed STM32CubeIDE 1.10.1 on my pc (windows 10) but am unable to open it for some reason , ive tried looking on youtube ''stm32cubeide dose...

AGrom.3 by Associate
  • 458 Views
  • 1 replies
  • 0 kudos

STM32CubeIDE program flow, Arrow->

I understand, that, when the arrow symbol appears in front of a source line, that means, that the program flow has stopped at that point. But tin fact he case is, that the program is running. Only when I click pause, the arrow jumps to the "while(1)"...

(Solved) My arm_gcc_link script (32F407VGT6U) is not passing the correct fnVector table address. With the script below the MCU is not resetting to the correct location. The fnVector table is at rom address, 0x08010000, any guidance would be appreciated.

OUTPUT_FORMAT ("elf32-littlearm", "elf32-bigarm", "elf32-littlearm")   /* Internal Memory Map*/   MEMORY   {   rom (rx) : ORIGIN = 0x08010000, LENGTH = 1024k - 64k   ram (rwx) : ORIGIN = 0x20000000, LENGTH = 128k   ram1 (rwx) : ORIGIN = 0x10000000...

Robmar by Senior III
  • 1069 Views
  • 7 replies
  • 0 kudos