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

Resolved! Help Needed on A/D Conversion

Hi,I am trying to do multi-channel single conversion in polling mode in a scan sequence on an Nucleo-STM32G070 board, there is a multi-channel ADC example with this board, but it needs a trigger for every channel. What I need is:start the conversion ...

Chao by Senior
  • 1185 Views
  • 7 replies
  • 0 kudos

Define address for pages of RAM variables

Hi everyone, I have a peculiar case. We are updating our product from a legacy micro, on which we were using an external EEPROM to store a LOT of settings (in the hundreds of KB). These were stored in pages of 1K each, and each page was different. No...

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
  • 394 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
  • 1619 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
  • 27569 Views
  • 45 replies
  • 8 kudos