STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.16.1 released

STM32CubeIDE 1.16.1 was released on st.com as well as an in-tool update patch aligned with STM32CubeMX v6.12.1 that is available for download. Main issues fixed in this minor release: Fixed issue when install OpenSTLinux MP2 plugin from OpenSTLinux r...

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

Cannot download old version of STM32CubeIDE

I need an old version of STM32CubeIDE (1.5.0). I downloaded it a couple of days ago. I wanted to reinstall it, but I removed the installer. Now I want to download it again, and it's not on the list of available versions. Also, the link I downloaded i...

manx by Associate III
  • 143 Views
  • 1 replies
  • 1 kudos

Changes in ioc file not updating the code.

I am working on STM32F103 for a project with CAN. While working I set the CAN Test mode to Loopback in the ioc file, afterwards I set the test mode back to normal mode. but this change was not updated in the main.c file. In main.c file, the line in M...

Gladson_0-1712912318500.png Gladson_1-1712912403244.png
Gladson by Associate III
  • 2885 Views
  • 14 replies
  • 5 kudos

M1 Macbook pro can't use st-link to run programs

Hello. The following is machine-translated so it might seem a bit strange. I'd like to ask if I can use my only computer, the "MacBook Pro with M1 version", to connect to ST-LINK V2 to program the STM32 on a C8T6 chip's PCB board. I've tried using V1...

yangyan by Associate II
  • 714 Views
  • 19 replies
  • 3 kudos

Resolved! Generate code not working in CubeIDE

Following up from my previous post, I am having issues with code generation - it seems to complete, but I don't see anything changed in the code.Here attached you will find the ioc file. I modified pin names for PB10 to PB12, but after generating the...

slai-nick by Associate II
  • 1519 Views
  • 9 replies
  • 7 kudos

Resolved! Issue with BSP Configurator

I am trying to create some example code for a Nucleo G474RE board and one of the initialization steps was whether I would like to use the BSP for the Virtual COM port, user LED and user button. Note that this is what the configuration looks like Buil...

AdamHamilton_0-1731836258352.png

Resolved! Strange logic problem after compilation in CUBE IDE 1.14.1

Hi all,    basic info:    stm32 CUBE IDE v1.14.1    PC: Win10 64bit    MCU:STM32G0B1CC     In my code, there are two functions to control the battery to enter charge mode from init mode, when the battery receive a command. Check_AuthCmdToCHG()will se...

Resolved! Slow down SAI Audio output

 Hello,I am currently programming an STM32F469I in STM32CubeIDE (I am a beginner with STM) and I am facing some issues.What I want: I want to read WAV file data from an SD card and send it to the AUX output so I can hear it on my headset/speaker. Cur...