STM32CubeIDE (MCUs)

Ask questions on STM32CubeIDE. Discuss how to build, debug, configure, and optimize your project as well as how to use our software tools.

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

USB and USART1 Pin conflict

Hi,Iam using STM32F078VB (LQFP100 package) for my application. I want to use both USB and USART1 as UART1(asynchrounous mode) in my application. There occurs pin conflict while using USB pins and USART1 RTS/CTS pins, So I have disabled flow control (...

0693W00000CzzPHQAZ.png
maha1 by Associate
  • 943 Views
  • 1 replies
  • 0 kudos

How to add the CMSIS WiFi drivers to a STM32CubeIDE project?

I need to add support on a STM32 MCU to a WizFi360 WiFi module and noticed it is supported by CMSIS (https://arm-software.github.io/CMSIS-Driver/General/html/index.html), is there a specific way to add these CMSIS wifi drivers to an existing STM32Cub...

FGome by Associate II
  • 1157 Views
  • 2 replies
  • 0 kudos

Why is my #ifdef not working correctly?

I have a __BOOTLOADER symbol defined for my project as shown in the attached image I want to display firmware version based on the defined symbol so I have an #ifdef statement to select the correct string. The IDE displays the source code correctly:...

0693W00000CzdxqQAB.jpg 0693W00000Czdy5QAB.jpg
gsieb.1 by Associate II
  • 6033 Views
  • 7 replies
  • 0 kudos

PDM2PCM library

Hi, I am planning to convert PDM samples received from MP34DT05TR-A to PCM samples with 24 bit resolution at 48KHz sampling frequency using PDM2PCM library in stm32f401RE MCU. As per document PDM2PCM library only gives samples with 16 bit resoluti...

KK Y.1 by Associate II
  • 368 Views
  • 0 replies
  • 0 kudos

Is there any documentation on how to compile and flash the STM32CubeG0 MCU Firmware Package examples in STM32CubeIDE?

I haven't figured out how to get it to import an example in STM32CubeIDE and compile it. I tried to recreate the project based on one generated with STM32CubeMX, but had no luck.I eventually tried SW4STM32 and at least got it to compile there, but th...

LBode.1 by Associate II
  • 2075 Views
  • 7 replies
  • 0 kudos

Can't build a project after importing it

Here's the scenario:I have clean workspace. I have two projects on disk I want to import into the workspace. I store them on my Google Drive locally sync'd to my computer (Windows 10).I import one of the projects and try to build it. I can't beca...

Resolved! [SOLVED] Weird behavior debugging STM32H753

Dear experts,I hit a strange problem when debugging in CubeIDE code with a bootloader on Nucleo STM32H753.The bootloader sits in sector 14. The boot address of STM32H7 is redirected there via the option bytes. The main code starts at sector 0 (a.k.a....

Pavel A. by Super User
  • 748 Views
  • 2 replies
  • 0 kudos