STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.17.0 released

We are pleased to announce to you that the release 1.17.0 of STM32CubeIDE is available. What is new in 1.17.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX: Added the support for the STM32N6 seriesAdded the support for ...

Resolved! VREF BUFF configuration

Hello :)I'm am working with a Nucleo WB55 and I am trying to use the ADC. I assume that the reference voltage used for the conversion is equal to 3.6V because I think that this is the default settings and because when I connect 3.3V to the 12 bits AD...

Fannyrsy_0-1700471555715.png Fannyrsy_1-1700471740302.png Fannyrsy_2-1700471825553.png
Fannyrsy by Associate II
  • 850 Views
  • 2 replies
  • 1 kudos

fatal error: FreeRTOS.h: No such file or directory

I create a new stm32 project, check X-CUBE-FREEROS in Middleware. Then I could include FreeRTOS.h to main.c.But if I create a stm32 cmake project. Since no xxx.ioc, I cannot choose X-CUBE-FREEROS. When building my C source, the compiler will show "fa...

sanfran by Associate II
  • 3959 Views
  • 2 replies
  • 0 kudos

Installing on Linux with error message

Hello,I am installing STM32CubeIDE on Linux (Ubuntu) and have several challenges where when I am importing the BSP to the repository, it hangs and will now allow me to finish.  I believe it is trying to retrieve the file but gets hung up because I ma...

rick2399 by Associate II
  • 760 Views
  • 1 replies
  • 0 kudos

LPS331AP

Hello, I'm busy with trying the code for LPS331AP altitude pressure sensor module. I'm using Nucleo-F446ZE board. I'm struggling to find the libraries for it so that I can code it but I don't find them. I'm kindly asking for help with regard to this....

Sipho by Associate
  • 488 Views
  • 1 replies
  • 0 kudos

Resolved! Regarding MCU package for NUCLEO-F070CB in STM CUBE IDE

Dear ST Community,I am currently working on a project using STM CUBE IDE. In that, I didn't find NUCLEO-F070CB (48 pin) IC in board selector section and require some guidance on how to install a software package for NUCLEO-F070CB. Could anyone please...

SANTHOSH1 by Associate II
  • 1158 Views
  • 3 replies
  • 0 kudos

STM32CubeIDE CMake integration broken for STM32CubeIDE?

Our last working version of CMake in STM32CubeIDE was in 1.9.0. After I upgraded the CMake builder was not selectable again (this happened during the step where I comment out the nature and make changed in the Tool Chain Editor).What can I do?

xlrl by Associate II
  • 6339 Views
  • 13 replies
  • 1 kudos

Resolved! issue with fmaf function

Hallo,I used in my app fmaf function and I found it doesn't behave as expected:y = fmaf(a1,a2,a3) should be y = a1*a2 + a3but I got as result y = a1*a2 without additive term.Of course I can and use "classic" expresion instead this functions.Is this a...

KwA by Associate II
  • 1947 Views
  • 8 replies
  • 2 kudos