STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

Error installing SMT32CubeIDE 1.15.1 in Ubuntu 22.04

I'm getting the following error when trying to install STM32CubeIDE in Ubuntu 22.04: dpkg: error processing archive /home/m4l490n/Downloads/makeself_dir_Dg5j3M/segger-jlink-udev-rules-7.94h-linux-all.deb (--unpack):trying to overwrite '/etc/udev/rule...

m4l490n by Associate III
  • 180 Views
  • 0 replies
  • 0 kudos

Unable to Program My STM32G0B1

I tested PCB with BOOT_0 is Pulldown to gnd & not Pulldown to gnd & tested with both Stlink-V2 & J-Link Segger Even In Cube Programmer also it was not detected.The MCU In this Board is STM32G0B1CET6 & it was bought in element14, this is the first tim...

Sakthi_Murugesan_0-1712739637083.png Sakthi_Murugesan_1-1712739674040.png Sakthi_Murugesan_2-1712741525235.png

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

Resolved! Missing column header labels

Hello,After installing version 1.15.1 of CubeIDE, the labels in the column headers 'System Core/NVIC/Code generation' disappeared. It's not a big issue, but it's a bit annoying.Look at the below image.

screen.jpg
Xanadu by Associate II
  • 319 Views
  • 4 replies
  • 0 kudos

Resolved! Defines not changing grayed out statuses

Using STM32CubeIDE 1.15.1.  Running LwIP_Server_socket_RTOS on a Nucleo-H723ZG board.When I change #define LWIP_DHCP to zero my DHCP stuff is not grayed out.  It definitely starts using static IP, I'm able to connect and see the web pages.  I'm used ...

st3ph3n by Associate II
  • 319 Views
  • 4 replies
  • 1 kudos

Resolved! Skip buildsteps during headless build

Hi, i create a pipeline to compile a cubeide project with the cubeide in a docker container. on azure.the docker container is linux based as i found no solution to do a headless cubeide installation on windows(or is there a way?)in my project setting...

funky by Associate II
  • 344 Views
  • 5 replies
  • 2 kudos

warning [libusb_exit] device 2.1 still referenced

after starting a debug its directly going to hardfault handleractually here there 2 boards1)stm32l476vgt6 (using jtag to load code in stm32h74zit6)2)stm32h74zit6facing this warninglibusb: warning [libusb_exit] device 2.1 still referencedlibusb: warni...

Screenshot from 2024-06-10 17-29-21.png Screenshot from 2024-06-10 17-29-25.png

Resolved! STM32F103C8T6 Blue Pill USB Bootloader

Hello,I'm developing a USB bootloader for the STM32F103C8T6 Blue Pill (64KB / 128KB). I've seen many protocols and methods for doing this. Can you suggest the best method? I want to program the STM32F103C8T6 Blue Pill with STM Cube IDE software via U...