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

I generated a project for a STM32L552RC changing just 2 points (enable Debug serial Wire and set on SYS timesource TIM1). On timer init the SP goes to nowhere...

Every time when it reaches the line:if (IS_TIM_SLAVE_INSTANCE(htim->Instance))it is going to nowhere see image 1 and on image 2 you have more info about the registers.One maybe non standard of our HW is that we are powered by 1.8VThis occurs every ti...

daniele by Associate II
  • 1121 Views
  • 3 replies
  • 0 kudos

BUG in STM32F1xx_ll_gpio driver (STM32Cube_FW_F1_V1.8.3) in regards to Push/Pull resistor settings on PUSHPULL OUTPUT

Dear readers,It has taken me quit a lot of time and rewrites to get this working (using STMCUBE IDE V1.5 and LL libraries V1.8.3, for a STM32F103VB).When initializing the GPIO pins for PUSHPULL outputs i want to make sure that the pins initialize wit...

TCamu.2 by Associate
  • 1042 Views
  • 3 replies
  • 0 kudos

Resolved! Importing HAL libraries C++ files.

Hi,I have created an empty C++ in STM32CubeIDE to create an a project with my own structure. I don't want to use or have the code generation tool on my project.The problem that I have is that I can't import the HAL libraries from a C++ files since wh...

AMend.3 by Associate II
  • 2963 Views
  • 7 replies
  • 0 kudos

Including 3rd party libraries

Hi, I tried including a few .c and .h files from a 3rd party by dragging and dropping them in the `Inc` and `Src` folders in STM32CubeIDE. However, this did not work and when I tried to build the project, I got a lot of errors on the HAL driver libra...