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

stm32wb55rg ble ZigBee dynamic problem

I am transplanting the rt thread system from the official sample program ble_ZigBee_dyn, but I have encountered a problem: after I complete the porting, ble and ZigBee can broadcast at the same time, but when my Android phone Bluetooth tries to conne...

Facing issue with STM32U585 (X-CUBE-CLASSB-U5)

Hi Team;We have selected Trust zone MCU STM32U585ZIT6Q (U5 series) for our project.We are using with Trust zone enable in our project.we have a query regarding the X-CUBE-CLASSB-U5.We have taken library of X-CUBE-CLASSB-U5 and test example code in ST...

JShah.7 by Associate III
  • 445 Views
  • 0 replies
  • 0 kudos

Tımer Triggered ADC+DMA+USART

/* USER CODE BEGIN 0 */void myPrintf(const char *p){uint32_t strlength1=0;uint32_t strlength2=0; const char *helpStartTextpointer=p;strlength1=0;strlength2=strlen(p);while(*p){strlength1++;*p++;} if (strlength1==strlength2 ){if(HAL_UART_Transmit_DMA(...

WhatsApp Görsel 2023-07-03 saat 00.48.22.jpg Ekran Alıntısı.JPG putty.JPG
MÖZDA.1 by Associate II
  • 483 Views
  • 0 replies
  • 0 kudos

Stm32

How to use timer interrupt in GPIO interrupt

M_J by Associate II
  • 1782 Views
  • 8 replies
  • 0 kudos

STM32CubeIDE locks the Workspace location. Best method to modify the Workspace location so the code base is completely portable except for the compiler/linker.

STM32CubeIDE v1.12.0This type question has been asked different ways but never specifically for a procedure. In the past we have used Eclipse Workspaces with a single project and we were able to copy, paste and rename the Workspace and then open it a...