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

Error: failed to erase memory

Hello,So, i have created a small project in which the diagnostic information was saved in the internal flash of STM32F429ZET6 at the time of a crash. So, to test this project i have triggered usage-fault exception in an infinite loop by dividing a nu...

Unable to download software package

I am trying to use cubeide 1.18.0 to program my f103c8t6 (I have been using keil 5 before this) and I'd like to get a HAL package for it but the ide just say I cannot connect to the server while the check connection says connection is OK. I just want...

GuoYujia0416_0-1741834821435.png GuoYujia0416_1-1741835077508.png

Resolved! Unable to write data to flash memory

Hey,I have a stm32f407 discovery board, I flashed a code using stm32ide to store some integer data in sector 11 of flash memory(0x080E0000) and then read the data and blink led if it matched.Now I commented the code to write data and tried just read ...

SorabhR by Associate
  • 275 Views
  • 3 replies
  • 0 kudos

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

Unknown type name errors in usb device libraries

Hello,I am trying to create a project using the STM32F429ZIT6 board, but whenever I activate and try to use the usbd libraries, I get countless "error: unknown type name 'USBD_ClassTypeDef'" and similar errors. For some reason, the library usbd_def.h...

jchang98 by Associate II
  • 670 Views
  • 6 replies
  • 0 kudos

Resolved! Build Analyzer issue

Hello,Is there a trick to get the Build Analyzer to produce data every time the code is compiled?   It seems like the only way I can get it to update the window is if I change something in the linker script file and recompile again.   Is there an eas...