STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

protected files change

I use cubeIDE 1.5.1. I download standart example BLE_HeartRateFreeRTOS. It has got file app_conf.h In cubeIDE it has got strange icon. In app_conf.h I change CFG_LED_SUPPORTED to 1 and save. Clean and Build. But app_entry.c still thinks that define i...

0693W000006HwDLQA0.png

Resolved! undefined reference to

Hello!Can somebody say what im doing wrongI have project in STM32CubeIDE with lwip and freertosIm trying to add new thread(as new task) with exist principles and cant do it/* Definitions for TCPip */osThreadId_t mtcpConHandle;const osThreadAttr_t mtc...

Agde.1 by Associate III
  • 2596 Views
  • 9 replies
  • 0 kudos

Resolved! Distribuited compilation.

Hi,due to size of project, i would like to know if there is some plugin to distribuite compilation over more cores like Incredibuild does on visual studio or is it possible, meaning it is supported to develop for stm32 under visual studio.Even other ...

FMarr.2 by Associate III
  • 648 Views
  • 2 replies
  • 1 kudos

Resolved! How to use STM32F407 FSMC memory ?

Hi,I'm working in a project that contains large data need to be processed by using stm32f407 Disc1. I facing issue with RAM overflow so, I need to use external ram by using FSMC.what is the large size of external ram that I can use it? , Is this exte...

MHass.2 by Associate III
  • 1164 Views
  • 1 replies
  • 0 kudos

Resolved! Empty folder required to keep project structure

On a dual core project created with the configuration tool(STM32CubeIDE Version: 1.6.0) in the IDE project explorer there is a folder with path: /LedFlash1_CM7/DriversLocation: C:\folderA\flolderb\LedFlash1\CM7\DriversThis IDE folder only contains Li...

DUgbo.1 by Associate II
  • 1247 Views
  • 4 replies
  • 0 kudos

Resolved! How to manually add FreeRTOS to CubeIDE project

I need to add a specific version of FreeRTOS to my STM32F103 CubeIDE project, I cannot use the Middleware package in CubeMX.I have tried several times to get the FreeRTOS files into CubeIDE, both using "Import" from Filesystem and drag and drop of fi...