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

STM32CUBEIDE include STL header error

I have created a new C++ project for STM32G473 in STM32CUBEIDE based on an ioc configuration file. The project is generated and builds successfully. However, upon including an STL header in a .cpp file like so:#include <functional>The compiler throws...

IChat.1 by Associate
  • 438 Views
  • 0 replies
  • 0 kudos

I am using FREERTOS CMSIS_V2. I am trying to use Soft timer but MCU hangs at osTimerStart(myTimer01Handle, 500); and it doesn't proceed any further. While same configuration is working for CMSIS_V1 perfectly. Kindly help me.

void StartDefaultTask(void const * argument){ /* USER CODE BEGIN 5 */ osTimerStart(myTimer01Handle, 500); /* Infinite loop */ for(;;) {  HAL_GPIO_TogglePin(GPIOC,GPIO_PIN_13);  osDelay(1000); } /* USER CODE END 5 */ }/* Callback01 function */void Cal...

TALHA by Associate II
  • 796 Views
  • 1 replies
  • 0 kudos

When does STM32CubeIDE run on arm Mac?

Dear All,I have a question. When does STM32CubeIDE run on arm Mac?As I know, Zulu OpenJDK works now.Also, home-brewed stlink pass a test.I hope that ST release new CubeIDE for arm Mac :D.best regards,Kotetsu

KYama.1 by Associate III
  • 1013 Views
  • 4 replies
  • 2 kudos