STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

STM32CubeIDE memory browser display bug.

Software:Version: 1.10.1Build: 12716_20220707_0928 (UTC)When I use the Memory Browser and display 32 bits wide, and hover my mouse over the LSB, it shows as at address 0x2001FFE3But, if I change the display to 8 bits wide, it clearly shows the LSB at...

0693W00000UnfRaQAJ.png 0693W00000UnfRfQAJ.png
JJaco.8 by Associate
  • 670 Views
  • 1 replies
  • 0 kudos

Examples do not always run/compile ?

I'm really confused with these examples. I started a new project using the Cube IDE and all works perfectly. I was never a fan of Cube IDE ( 2015 ) but coming back to ST and using Cube IDE I have to say it is rather nice. ... Until you run any examp...

ulao by Associate III
  • 387 Views
  • 3 replies
  • 0 kudos

Resolved! Linker error using static library

Hello,I use an open source projet (open62541 on github) to get OPC-UA implementation over lwip.When my projet is compiled with open62541 source code, it's works without error.But the 2 files generated 'open62541.c' and 'open62541.h' are very big (aro...

thln47 by Associate III
  • 798 Views
  • 2 replies
  • 0 kudos

How do we check code coverage on STM32?

I am using STM32L4 for my application and I want to do code coverage on my controller to see how it performs. How can I do that? Is there any tool or is there any in-built feature in STM32CubeIDE which I can use?

SBhon.1 by Associate II
  • 2446 Views
  • 10 replies
  • 0 kudos

Display problem in the IDE with #if and #ifdef

Hello, I am working on a project with a dual core processor (H7) and I have some display problems in my IDE (STM32CubeIDE v1.9.0). For example, I added the LWIP part to my board with #define LWIP_IPV4 1 and #define LWIP_DHCP 1.When I am in debug mode...

MA4 by Associate III
  • 749 Views
  • 6 replies
  • 0 kudos

STM32L476 comparator constantly generates an interrupt

Hi. I configured comparator with neccessary settings using CubeIDE and LL library and got next generated piece of code: COMP_InitStruct.PowerMode = LL_COMP_POWERMODE_HIGHSPEED; COMP_InitStruct.InputPlus = LL_COMP_INPUT_PLUS_IO1; COMP_InitStruct....

ARa.2 by Associate II
  • 797 Views
  • 2 replies
  • 0 kudos