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 patch: Ticket 184819 - [MP25] Major differences in the ST Boards Device Trees bet...

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! CubeIDE device configuration no longer opens.

Good day, everyone. I've got an issue where after creating the project with the startup CubeIDE, (which I presume is also CubeMX just running from within the IDE) It seems that I can no longer launch the MX window in order to change or add some thing...

0690X00000ArblUQAR.png
MThat by Associate II
  • 303 Views
  • 1 replies
  • 1 kudos

Modifying tick period to 0.01 millisecond has no effect in generated code (default is 1 millisec or 1 KHz frequency) with TIM8 as Timebase source in System configuration.

Hi,Am using STM32CubeIDE with FreeRTOS middleware (CMSISv1). I dont see change in code generated in file stm32f4xx_hal_timebase_tim.c when I modify tick frequency to 100000 instead of the default 1000. In sys tab of configuration setting TIM8 as time...

DevBee by Associate II
  • 527 Views
  • 1 replies
  • 0 kudos

Automatic choice of a header by a used STM.

Hi! I have the own include file which contains more the same HAL libraries headers with a different types of controllers. Could it be some possible (with Directive and Contitions?) for a compiler to choose itself according to the used controller in...

How import mbed project on stm32 cubeide?

Hello everyone, this is my firt question, sorry for my error. I have create a little program on mbed online compiler, but now i would import this program on stm32cubeide for use debug. Online i have see some tutorial but they are old and don't work. ...