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

STM32G031 SPI read problems

i am using the STM32G031 and the SPI1 port. i have used the SPI port many times on various STM32F devices. I have found some of the STM32G devices have odd behavior. Today i have a strange problem i am running 16 bit SPI1 and when i observe the wavef...

Resolved! STM32H723ZG USB CDC ADC DMA

I am using STM32H723ZG nucleo board. When I enable HAL_ADC_Start_DMA(&hadc1, (uint32_t*)adc_buf, ADC_BUF_LEN); USB Virtual port doesn't show up and when I disable it, it shows up. Can anyone explain what could be the issue?I was able to print "Hello"...

AKhot1_0-1693307526832.png AKhot1_1-1693307704147.png AKhot1_3-1693307747447.png
AKhot.1 by Senior
  • 1531 Views
  • 4 replies
  • 0 kudos

Help using SWD and NRST as GPIO safely - STM32G031

Hi, so I've chosen to use STM32G031J6M6 8-pin version for an audio level meter project to get me started. I'm using pin 1 as the adc input, 2 and 3 are 3v3 and gnd, obviously. I was hoping to use the remaining 5 pins as GPIO outputs attached to LEDs ...

NGD by Associate II
  • 5406 Views
  • 11 replies
  • 1 kudos

STM32CubeIDE Mass Erase rather than Sector Erase

I have a STM32H723 on a custom board that I'm having a lot of trouble programming. Every time I try to flash it, the erasing of flash sectors fails. I can, however, perform a full chip erase. All the option bytes are configured as they should be, but...

Iris-DM by Associate III
  • 1363 Views
  • 1 replies
  • 0 kudos

Hard Fault handler FFT

After the arm_fft function, I am running into a hard fault handler when running in debug mode. I am not getting why is it happening. Please help with this. Is it because of some wrong memory allocation? 

AKhot1_0-1693225742548.png
AKhot.1 by Senior
  • 1459 Views
  • 6 replies
  • 0 kudos

start stm32

I wrote a program with buttons and LEDs.I wanted to continue with other peripheral devices. But unfortunately I had to reinstallWindows. And the problems started: I can neither open the previous project nor make a new one. STM32 Cube needs to be upda...

STM32WB LPSLEEP issue

Hello, I'm trying to implement Low power sleep on STM32WB. The sequence is as per LPSLEEP example:HAL_PWREx_EnableFlashPowerDown(PWR_FLASHPD_LPSLEEP); SystemClock_Decrease(); //MSI 2MHZ HAL_SuspendTick(); HAL_PWR_EnterSLEEPMode(PWR_LOWPOWERREGULATOR_...

MHast.1 by Associate II
  • 788 Views
  • 1 replies
  • 0 kudos