STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.16.1 released

STM32CubeIDE 1.16.1 was released on st.com as well as an in-tool update patch aligned with STM32CubeMX v6.12.1 that is available for download. Main issues fixed in this minor release: Fixed issue when install OpenSTLinux MP2 plugin from OpenSTLinux r...

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

malloc(1)

I'm using cJSON on a STM32F401 and I'm a bit worried with possible problems regarding with memory allocation.If a call malloc(1) (so asking the heap for 1 byte only) how many bytes are really used on the Heap?I would assume correct answer with be 16 ...

EGonc.1 by Associate II
  • 997 Views
  • 3 replies
  • 0 kudos

stm32L476G-DISCO upload not working

I have a stm32L476G-DISCO.trying to get this simple blink led program working.CODE: while (1) { HAL_GPIO_TogglePin( LD_G_GPIO_Port, LD_G_Pin ); //(LD_R_Pin); HAL_Delay(2000); /* USER CODE END WHILE */ MX_USB_HOST_Process();   /* ...

Kt.11 by Associate
  • 391 Views
  • 1 replies
  • 0 kudos

Resolved! How to enable Tracing in STM32Cube

Hello,I am trying to get tracing working and when i start the debugger this window pops up saying "Tracing is not supported".Any one have any idea what it means as i can't find any reference to it.I have a STM32F411CEU6, watched many how videos and c...

0693W000008wr7hQAA.jpg
Iknig.1 by Associate II
  • 5806 Views
  • 6 replies
  • 0 kudos