STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

debugger instance incorrect but cannot delete

  I am trying to use a CRC32 generated with srec. This is all going OK. Then I remembered the hex file not the elf file was being modified by my script.I am trying to get the de-bugger to load the data from a hex file and the symbols from an elf file...

undeleteable_incorrect_debug_instance.png
rclar.6 by Senior
  • 458 Views
  • 1 replies
  • 0 kudos

Resolved! 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
  • 1957 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
  • 30836 Views
  • 45 replies
  • 8 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
  • 902 Views
  • 1 replies
  • 0 kudos