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

Wrong addresses in the Memory Browser of the debug view

Inside the Memory View window in the debug view, most of the times the addresses that are displayed when hovering the mouse over a memory cell are incorrect.For example, in the screenshot below, it should be showing 0x20000000 but instead it shows 0x...

0693W000005D0z5QAC.png 0693W000005D0zFQAS.png 0693W000005D0zPQAS.png 0693W000005D10rQAC.png
kioan by Associate
  • 255 Views
  • 1 replies
  • 0 kudos

STM32CUBEIDE and Keil

Can I use STM32CUBEIDE to fully replace KEIL?I am considering using Mac-based STM32CUBEIDE for programming. Does STM32CUBEIDE support other non-STM32 product applications? Like debugging.Thanks!

FWu.3 by Associate III
  • 323 Views
  • 2 replies
  • 0 kudos

Resolved! STM32CubeIDE 1.10.1 compiles files twice

I noticed a problem with STM32CubeIDE 1.10.1:When build, a second time, the same files as before get compiled again.All my projects were migrated from 1.9.Steps to reproduce:Modify a fileRun the build, it compiles that fileRun the build, it compiles ...

undefined reference to `HAL_DFSDM_ChannelInit'

I'm using the BSP audio functions in my application. All of this is unmodified and straight from github. My current problem is the linker being unable to find several of the HAL_DFSDM functions called from STM32F769i_discovery_audio.c. The really puz...

IWhit.2 by Associate II
  • 325 Views
  • 1 replies
  • 0 kudos

Float variable not working in stm32cube_ide.

Hi,Float type variable is not working in stm32cube_ide.float r = 3.14;when I debug the value of r it shows 3 and also I cross verify by using if condition.if(r==3.14)but condition fails, that means float variable not working in ide.Please help!

VKUMA.12 by Associate II
  • 723 Views
  • 4 replies
  • 0 kudos