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

Rx buffer is evaluating

I am new to STM IDE.I am using STM32 Cubemx with SIMCOM 7600C1. The code is in attachment.I dont know what is happening but throwing following error:Multiple errors reported. 1) Failed to execute MI command:-var-create - * rx_bufferError message from...

sid19 by Associate
  • 468 Views
  • 1 replies
  • 0 kudos

Macro for different DMA types

I am making an application using the STM32 drivers. Currently, I am using the following macro defined in the 'Device' drivers to distinguish the chip families: /** * @brief STM32 Family */ #if !defined (STM32F4) #define STM32F4 #endif /* STM32F4...

AShetty by Associate II
  • 355 Views
  • 2 replies
  • 0 kudos

ST Cube Ide bad ELF programming from debugger.

Good morning,we have a problem with ELF file loading. We are using an STM32U575 MCU on a Nucleo board.In particular:the location 0x0802A61B in the ELF file is set at 0x00 (we see it by open the ELF file with Cube Programmer).1) If we load the ELF fil...

SafeDev by Associate II
  • 272 Views
  • 1 replies
  • 0 kudos

Resolved! Retarget scanf on STM32G070RBxx Cortex M0+

(originally a reply to https://community.st.com/t5/stm32cubeide-mcus/retarget-printf-on-stm32g070rbxx-cortex-m0/td-p/720883) Hi @Andrew Neil,For the scanf do we need to make any other change?My read function is-  int _read(int fd, char *ptr, int len)...

AVerm.4 by Associate III
  • 796 Views
  • 9 replies
  • 4 kudos

Resolved! STM32L552 Breakpoints won't work

Hi, I just got my board STM32L552 and currently am setting up development environment for it. I'm testing the board with an example project 'CORTEXM_InterruptSwitch_TrustZone' and the code works well, however, I'm not able to set breakpoints for debu...