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

Resolved! Any Ctrl+F2 marker/bookmark in CubeIDE?

Does anyone have any tips on creating quick bookmarks in the left margin? On other editors I can use Ctrl+F2 to set several bookmarks within same file. Then use F2 within that particular source code file to find the nearest/next. Missing it in STM32C...

Haddock by Associate III
  • 864 Views
  • 2 replies
  • 0 kudos

Resolved! How can I add files to a STM32CubeIDE project as links?

If anyone is familiar with Code Composer IDE, CCS allows me to add files to a project as links. If this is not possible, perhaps you might have suggestions of how to share common code files between projects without replicating the common code.

phgphd by Associate II
  • 1169 Views
  • 3 replies
  • 0 kudos

Problem with memcpy

Hello,I am having a problem with simple line of code. If I run code bellow, the result seems off.//Main job of this code is to tranform hex into float uint32_t hex = 0x3fc51eb8; float f; memcpy(&f, &hex, 4);If i go into Live Expressions i g...

GHrib.1 by Associate III
  • 622 Views
  • 2 replies
  • 0 kudos