STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.17.0 released

We are pleased to announce to you that the release 1.17.0 of STM32CubeIDE is available. What is new in 1.17.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX: Added the support for the STM32N6 seriesAdded the support for ...

Resolved! CubeIDE Resume (F8) button active when it shouldn't be

Hello,I am facing a small but very boring issue with the Resume (F8) button of the top tool bar.This button is active when it should not be, while download is in progress and if you click on it, the download fails.This behavior is systematic.Randomly...

zeboss49 by Associate III
  • 397 Views
  • 2 replies
  • 0 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
  • 3251 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 III
  • 1323 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
  • 2575 Views
  • 9 replies
  • 7 kudos

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