STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.17.0 released

We are pleased to announce to you that the release 1.17.0 of STM32CubeIDE is available. What is new in 1.17.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX: Added the support for the STM32N6 seriesAdded the support for ...

STUSB1602 + STM32F446ZE

I am currently working on a project where USB-C PD stack implementation on STM32F446ZE board. I have downloaded the necessary files which I have shown in my attachment (zip folder downloaded from https://github.com/usb-c/STUSB1602). Kindly answer my ...

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
  • 1477 Views
  • 5 replies
  • 1 kudos

Unavailable FW package issue (fixed)

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
  • 563 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_...