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

I am using CubiIDE with an STM32 and trying to put constant data in an own section at the end of the flash memory. But it does not work. The value is stored somewhere after the vectortable and at 0x8003000 as well.

So in my linker filer I put MEMORY { RAM (xrw) : ORIGIN = 0x20000000 , LENGTH = 4K ROM (rx) : ORIGIN = 0x8000000 , LENGTH = 12K DAT (r) : ORIGIN = 0x8000000+12K , LENGTH = 4K }   /* Sections */ SECTIONS { /* The sta...

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
  • 584 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
  • 1069 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
  • 1733 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
  • 2957 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 Lead III
  • 1486 Views
  • 2 replies
  • 0 kudos