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

I can't find my currently codes in my project!!

Normally I work on vmc-single-slave vendron_intergration but the other day I opened a different project and that project was like a different branch of my project but I opened it from a different folder then today I opened my own project again and I ...

0693W00000WJq1WQAT.png
OSAĞL.1 by Associate II
  • 789 Views
  • 4 replies
  • 0 kudos

SDRAM is configured with TIM6 as a tick source. While I am using GDB this interrupt continuously is interrupting the debug flow. How do we disable such interrupts in stm32cubeide ? This interrupt is continuously hogging gdb.

These stack gets called repetitively and does not let me debug.If I reduce the priority of the ticks then HAL_Delay does not work.I am in a fix here dont know what to do ?I have changed the tick priority also as shown in the figure.

0693W00000WKJ8WQAX.png 0693W00000WKJ87QAH.png 0693W00000WKJ8lQAH.png 0693W00000WKJ7xQAH.png
rohan_m by Senior
  • 1473 Views
  • 8 replies
  • 0 kudos

Resolved! Value of TICK_INT_PRIORITY (default value changed)

I have a question about the value of `TICK_INT_PRIORITY` in a project for the STM32G070CBT6. I am not using FreeRTOS (which I think makes a difference here), and all projects have been created with the (default) `Targeted Language`: `C`, `Targeted Bi...

LKett.1 by Associate II
  • 2386 Views
  • 3 replies
  • 0 kudos

Total ROM and RAM usage

Hi all, i have tried same project in two different IDEs( Keil and STM32CUBEIDE). i am confuse that why they both are telling different usgae for RAM and ROM.Keil map file says: Total RO Size (Code + RO Data)        21156 ( 20.66kB) Total RW Size (RW ...

0693W00000WKI1AQAX.png
sanju by Senior
  • 3949 Views
  • 1 replies
  • 0 kudos

Resolved! CubeIDE 1.11 error while creating STM32F4 FreeRTOS project

Looks like serious regression from 1.10.1. Steps to reproduce: Select STM32F401 or F411 MCU, Enable FreeRTOS. The generated main() function in main.c file does not contain the section creating the FreeRTOS objects (task, queues, etc.). Instead, the c...

gbm by Principal
  • 2095 Views
  • 2 replies
  • 0 kudos

Is there any way to change HAL's SDMMC_DATATIMEOUT?

My system has a user-removeable SD Card. If there is a problem with the card at initialization time, the system gets stuck looping in SD_FindSCR() at stm32l4xx_hal_sd.c:3,970 0x8039632 SD_WideBus_Enable() at stm32l4xx_hal_sd.c:3,822 0x803947a HAL_S...

CKugl.1 by Senior II
  • 2118 Views
  • 9 replies
  • 1 kudos

Error in final launch sequence: Failed to start GDB server

Hi,I wrote a code with stm32f407vg board on stm32cubeide.There was no error in build, but when I run this program, there is error like title.The full contents in error message is:Error in final launch sequence:Failed to start GDB serverFailed to star...

qcho.1 by Associate II
  • 4554 Views
  • 1 replies
  • 0 kudos