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

I'm not able to print hello world in RTOS console

void StartDefaultTask(void const * argument) { /* USER CODE BEGIN 5 */ /* Infinite loop */ for(;;) { printf("Hello world!"); //HAL_GPIO_TogglePin(GPIOB, GPIO_PIN_0); //HAL_Delay(1000); //osDelay(1); } /* USER CODE END 5 */ } Greetings! this is the co...

Akshay_ by Associate II
  • 1409 Views
  • 8 replies
  • 3 kudos

How to configure STM32CubeIDE to support C++ development?

1. How to configure the IDE to use g++ compiler to compile all the files includes "*.c" files in the project? Current it compiles the .c files by using gcc and .cpp by using g++ ...​2. If I rename main.c to main.cpp, the cube code generator will crea...

TLeaf by Associate II
  • 24802 Views
  • 45 replies
  • 7 kudos

maintenance announcement

Dear community  our servers will be in maintenance Saturday 10th from 17h00 CET to 22h00, then you should have issues to login to our community or to our STM32Cube tools.  thanks for your understanding and don't hesitate to report any issues after th...

Delete STM32 HAL/LL errors in clang-tidy

Hello, I am trying to integrate clang-tidy to a STM32 cmake project. But I am facing a lot of error from clang-tidy in STM32 HAL : error: use of undeclared identifier '__STREXW' [clang-diagnostic-error] error: cast from pointer to smaller type 'uint3...

Aahai.1 by Associate
  • 670 Views
  • 1 replies
  • 0 kudos

STM32CubeIDE opens random files after Run and Debug

Hello. I just started using STM32CubeIDE.It helps a lot in terms of pin configuration and code writing. But every time I "Run" or "Debug" a bunch of random files open.(For example: stm32f4xx_hal_ms.c, task.c, syscalls.c etc.) Aside from slowing down ...

Server problems

 I'm using the NUCLEO-L433RC-P board for the first time. I made a simple code for making a LED blink just to make the card output anything yet I keep getting two error messages. Precisely "Failed to execute MI command: target remote localhost:61234" ...

Mr4 by Associate III
  • 772 Views
  • 4 replies
  • 0 kudos