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

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

Why don't user debug scripts work with STM32CubeIDE ?

When I specify a user debug script in STM32CubeIDE debug configuration window I get the error "Provided file doesn't exist" even though it's there. Even if I specify the same text as the "Automated Generation" option I get this error.Is there a worka...

0690X000009YeY2QAK.jpg
dave2012 by Associate III
  • 1545 Views
  • 10 replies
  • 0 kudos

STM32CubeIDE 1.1.0 LL GPIO bug? (stm32g0xx_ll_gpio.h)

Shouldn't these be (Pin * 2U) , or (Pin + Pin)?__STATIC_INLINE void LL_GPIO_SetPinMode(GPIO_TypeDef *GPIOx, uint32_t Pin, uint32_t Mode) { MODIFY_REG(GPIOx->MODER, ((Pin * Pin) * GPIO_MODER_MODE0), ((Pin * Pin) * Mode)); }   __STATIC_INLINE uint32_...

BCoch by Senior
  • 555 Views
  • 1 replies
  • 0 kudos