STM32CubeIDE (MCUs)

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

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
  • 545 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
  • 2050 Views
  • 8 replies
  • 3 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
  • 966 Views
  • 1 replies
  • 0 kudos