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! STM32CubeIDE build analyzer problem

Hi folks, I use latest STM32CubeIDE on Linux and noticed that build analyzer always updates "Memory Regions" tab for previous build configuration (whatever it was Debug or Release).No matter how many times I rebuild code in "Debug" configuration, the...

Lex by Associate III
  • 5128 Views
  • 3 replies
  • 0 kudos

USART3 Receive interrupts issue.

Hi, I'm using the USART3 on interrupt mode with the STM32F407 chip and I cant figure out why the recive function is not working.I'm transmiting from a STM32F7 a buffer like this: "$en:X# to the F4 but this buffer never arrives when debugging. I'm sur...

ferdlf by Associate III
  • 3011 Views
  • 7 replies
  • 1 kudos

Resolved! Headlessbuild error when using cmd to build project

When is use those command to compile my project, some error occurred,However,  When I use gui to build the same project, the result is ok. command:./stm32cubeidec.exe --launcher.suppressErrors -nosplash -data D:\Workspace\Firmware -application org.ec...

Nico4 by Associate
  • 1189 Views
  • 2 replies
  • 0 kudos

Resolved! STM32CureIDE can not surpress warnings

I integrated one open source software module into my project, but I found that there are a lot of warning about unused functions, so I tried to surpress that by adding "-Wunused-function" in CubeIDE, and found the configuration is correct by checking...

HXiao.1 by Associate II
  • 659 Views
  • 2 replies
  • 1 kudos

import mdk-arm to stm32cudeide

I start the project(SDIO+FATFS)from the .ioc file and also regenerate the project from CubeMX with IDE as a toolchain and unchecking the "Generate under root". But after i generated, the project does not have anything. 

Jacob3104_0-1710902505836.png Jacob3104_1-1710902559570.png

post build

Dear Sir.I have designed a bootloader that stat from 0x8100000 , length of 40k bytes,there is also a signature of 2 bytes 0x23,0x45, at @ 0x80f6000,at last the runtime code that start from 0x8100000.Is it possible to use STM32IDE's post build to make...

Errors galore after updating STM32CubeIDE

I updated to the STM32CubeIDE 1.15 WIN, and since then my project has thrown up 100+ errors. It doesn't recognise "u_char" or "uint" or "caddr_t".  It throws up error "expected ')' before 'GPIO_TypeDef'" in the below statement : void Write_MFRC522(u_...

How to debug print with Nucleo L476RG board with st-link. I use printMsg command , it compiles Ok, but no output on itm window. I am using stm32cubemxide 1.01 to do this. Regards, Ronald.

I've made my own lab.it is 4 switches on gpio input's with interruptit switches 4 leds, so i you press switch 1 , led1 goes on , it works fine.But i want to see debug messages in ITM terminal screen and i don't het this up and running.hopefully some...

RHofm by Associate II
  • 1566 Views
  • 2 replies
  • 0 kudos