STM32CubeIDE (MCUs)

Ask questions on STM32CubeIDE. Discuss how to build, debug, configure, and optimize your project as well as how to use our software tools.

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

Hello- New to ST32 and the IDE, and re-learning C as well. I am trying to work an example using I2C for a 2 line by 16 digit LCD. When I compile (build) I get 4 errors, need to help if you would. 1st time poster....

error: 'for' loop initial declarations are only allowed in C99 or C11 mode 223 |  for(uint8_t i=0; i<offset;i++) error: 'for' loop initial declarations are only allowed in C99 or C11 mode 234 |  for(uint8_t i=0; i<offset;i++)error: 'for' loop initial...

SScot.3 by Associate II
  • 831 Views
  • 3 replies
  • 0 kudos

Filed to start GDB server

I am using two NUCLEO-H745ZI-Q board . I want two debug window at time.Because i want loopbacking of spi. One board is work as MASTER and another board is worked as SLAVE. Master file is open from STMcubeIDE 1.6.1 version and slave project file ope...

0693W00000D10gLQAR.png 0693W00000D10hdQAB.png 0693W00000D10hYQAR.png 0693W00000D10hTQAR.png
MDeva.1 by Associate II
  • 381 Views
  • 0 replies
  • 0 kudos

Resolved! STM32F733xx SPI DMA transfer issue.

I've built a custom system using the STM32F733xx and an external ADC (TI ADS8588S) connected over SPI. I have verified that the system works consistently using the STM32 HAL L0_V1.2.8 when transferring data via the blocking/polling method. However, w...

0693W00000AOPZnQAP.png
Grundyoso by Associate II
  • 1822 Views
  • 6 replies
  • 0 kudos

Resolved! Is there a way to set argc/argv when remote debugging?

Some remote debugging tools (Arm's DS-5 semihosting) allow setting arguments to main(). I'm unable to figure out the steps do this with stlink + gdb remote targeting because it doesn't support "run", only "continue". Is there a way to do this with a ...