STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.16.0 released

STM32CubeIDE 1.16.0 was released today on st.com as well as an in-tool update patch. What is new in 1.16.0?Microcontroller and board lists aligned with STM32CubeMX v6.12.0 : STM32C0, STM32WB0 and STM32MP25XXAdded CMake support for multicontext projec...

stm32u575zi - Unable to jump to system bootloader

I want to use the uart interface from system bootloader to update the application in stm32u575.For that I am trying to jump to the bootloader from the application. I have checked the bootloader address from an2606 document. Below is the code I am usi...

haresh05 by Associate
  • 101 Views
  • 1 replies
  • 0 kudos

How to configure debug for JLink using flash banks?

Hello, I am working with an STM32U5A9NJ, and I have a working elf file that I can load using Ozone. Ozone lets me configure flash banks when I create the project, but it does not seem to have the same feature in STM32IDE. How can I  do this in STM32I...

leofocuy by Associate
  • 105 Views
  • 7 replies
  • 0 kudos

Target not responding, retrying but code is working

Hey everyone!I'm using STM32U083C-DK dev board which has STM32U083MCT6 MCU on it.Using STM32CubeIDE, I tried to put the device in Stop2 mode (one of the low power modes) entire time and when a button is pressed, it wakes-up, Blinks an LED and again g...

RB4020 by Associate
  • 149 Views
  • 3 replies
  • 0 kudos

Resolved! STM32H743ZGT6 FLASH.ld error

Hi, I am using MCU : STM32H743ZGT6.When I write the code and build it, I get these errors. So even if I create a new project and build without writing any code, I get the same error.  How do I fix this? Error : c:\st\stm32cubeide_1.10.1\stm32cubeide\...

giwonKIM by Associate III
  • 137 Views
  • 2 replies
  • 2 kudos

Resolved! CAD tool in STM32CubeIDE (as in CubeMX)

Hello,I use last version of CubeIDE 1.15.1CubeMX proposes in tools a CAD tab, that allows to export symbols and footprints for the different EDA packages (ex KiCAD).I use CubeIDE for my projects. In "Tools", there is a "CAD" sub-tab. But it leads to ...

jmf1 by Associate III
  • 110 Views
  • 2 replies
  • 1 kudos

'used' attribute Appears Ineffective

Hello,According to the manual , "This attribute, attached to a variable with static storage, means that the variable must be emitted even if it appears that the variable is not referenced."In the following code, unreferenced_variable is always discar...

Kier by Associate
  • 357 Views
  • 18 replies
  • 5 kudos