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

Debug issues

I defined a structure in the H file and entered the Debug mode to observe it, but in single-step debugging, whether it is Expressions or live, the changes are always inconsistent, and I have not checked this structure elsewhere. Assignment, what is t...

0693W00000Uoi3JQAR.png 0693W00000Uoi3OQAR.png

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 III
  • 4065 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
  • 1402 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
  • 1200 Views
  • 2 replies
  • 0 kudos

Resolved! Failed to enable Live Expressions. Connection failed

Can't enter into the debug mode on the development branch, but when I switch to master branch I can normally use the debugger. Difference between master and dev branch is minimal, and projects settings and debugging configuration is the same. I've tr...

0693W00000UoXLHQA3.png 0693W00000UoXK5QAN.png
DCind.1 by Associate
  • 3958 Views
  • 2 replies
  • 0 kudos

Want a Buffer to Buffer compression (.zip) library

Hi all, I am using STM32 F411 Discovery board and am facing an issue with compression, i tried different compression libraries (zlib, mzip etc) all are using File system, unfortunately the F411 Discovery does not supporting Local File system, my conc...