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

IOC CubeIDE viewer doesn't render in Linux Mint

Sometimes it works, sometimes it doesn't.When I try to open the IOC viewer either the IDE freezes or the view isn't rendered properly, as you can see below. This misbehavior breaks my working flow and makes me waste a lot of time. Any ideas?

Captura de pantalla de 2024-03-07 23-23-07.png
XR.1 by Senior
  • 343 Views
  • 0 replies
  • 0 kudos

RAMT component integration issues

Hello,I am facing issues while integrating RAMT(ram test) component. As per our doc,they are suggesting to add some compiler options COMPILER_OPTIONS_ramt_algo += --diag_suppress=Pe1053 to mute some errors.Already I have added this in the Miscellaneo...

RAMT_issue.PNG

Resolved! How to step in the disassembly view?

I'm trying to debug something at the assembly level (mostly compiled from mix of C).  Once I get to a point in my C code I then jump to some memory address where other code is loaded.  With a breakpoint there I want to open up the disassembly view an...

musmuris by Associate II
  • 2275 Views
  • 1 replies
  • 3 kudos

Resolved! Include a library

Hi. I have seen several tutorials and read in the forum how to include a library. But it does not work. Can someone help me please. 

Giuseppe1_0-1708950592928.png
Giuseppe1 by Associate III
  • 4116 Views
  • 20 replies
  • 9 kudos

STM32F439 FreeRTOS lwip stuck in dhcp_start() during init

Hi, I'm writing an application with Ethernert access but have troubles to acquire an IP from the network. I have the Ethernet cable plugged in but during init my application hangs in dhcp_start(&gnetif) (at the call to dhcp_discover(netif) - at udp_s...

debug by Associate III
  • 711 Views
  • 1 replies
  • 0 kudos

Connect to running GDB server without ST-Link

I am trying to debug a program in STM32CubeIDE on a Renode emulator, with a running gdbserver, started by Renode.So in Debug Configurations dialog, Debugger tab, there is a radiobutton Connect to remote GDB server, but when clicking Debug, it complai...

SKled.1 by Senior II
  • 2167 Views
  • 8 replies
  • 2 kudos

Resolved! stm32g0b1 usb host (MSC) flash drive not working

I have a STM32G0B1VET on a test board and tried to use its USB host function to connect a flash drive. It just stuck at the function of "USBH_MSC_SCSI_Inquiry" in file "usbh_msc_scsi.c". It can't pass  the state of below:case BOT_CMD_WAIT:   error = ...