STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Unavailable FW package issue

Dear STM32CubeMX/STM32CubeIDE users We detected an issue linked to unavailability of some Cube packages for multiple STM32 series. This misbehavior is caused by an issue in the published database used by our tools. The issue is currently under invest...

The CubeMX/CubeIDE login issue is resolved

Hello CubeMX/CubeIDE users.  From the time period of May 14 to May 17, 2024, some users have faced issues when connecting to the ST network while using CubeMX or CubeIDE.Some examples were issues downloading firmware packages using STM32CubeMX and ST...

STM32CubeIDE 1.15.1 released

STM32CubeIDE 1.15.1 was released on st.com as well as an in-tool update patch aligned with STM32CubeMX v6.11.1 that is available for download. Main issues fixed in this patch: Ticket 177978 : Fixed an issue with ST-LINK firmware upgrade concerning th...

STM32CubeIDE 1.15.0 released

STM32CubeIDE 1.15.0 was released today on st.com as well as an in-tool update patch. What is new in 1.15.0? Microcontroller and board lists aligned with STM32CubeMX v6.11.0 : STM32U0, STM32H7Rx/STM32H7Sx and STM32H523/STM32H533Added the support for t...

RTC Timer

Hello everyone,I am using an STM32L152RE board to generate a delay using the RTC as a timer. I would like the onboard LED to blink every 10 seconds. I have tried using a delay via a timer and am now trying to implement the same functionality using th...

SPI open drain config on STM32U5G9J-DK2

Greetings to the community, After digging around the relevant documentations and the reference manual for the chip family (STM32U5xxx), I couldn't find any relevant info on configuring SPI protocol to be in open drain config. The idea is to power the...

Disassembly view buggy?

This is using Stm32CubeIDE  Version: 1.14.0 Build: 19471_20231121_1200 (UTC)When I hit a breakpoint that says "view disassembly" that button often goes to a blank disassembly view. Same if you try and go to a particular address.  If you close the cur...

musmuris by Associate II
  • 431 Views
  • 5 replies
  • 1 kudos

Unavailable FW package issue

Dear STM32CubeMX/STM32CubeIDE users We detected an issue linked to unavailability of some Cube packages for multiple STM32 series. This misbehavior is caused by an issue in the published database used by our tools. The issue is currently under invest...

Resolved! STCubeIDE Missing Required Packages

Good morning,I have recently upgraded CUBEIDE to v1.15.1I tried to add a example project to my workspace and it states Required Software Package STM32Cube_FW_WB_1.20.0When I click next and finish, I get the error I have checked for updates etc and tr...

POliv_0-1718782299870.png POliv_1-1718782344766.png POliv_2-1718782475462.png
POliv by Associate II
  • 111 Views
  • 2 replies
  • 1 kudos

Set multiple UART interrupt in STM32G0B0

Now I'm implementing interrupt in USART1(PB7,PB6) and UART3(PC4,PC5).So I wrote a USART1 code at first and It is working well.However, I added a USART3 code and USART1 which is not working well even USART3.I used this code. USART_Communication_Rx_IT_...