STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.16.1 released

STM32CubeIDE 1.16.1 was released on st.com as well as an in-tool update patch aligned with STM32CubeMX v6.12.1 that is available for download. Main issues fixed in this minor release: Fixed issue when install OpenSTLinux MP2 plugin from OpenSTLinux r...

STM32CubeIDE 1.16.0 released

STM32CubeIDE 1.16.0 was released today on st.com as well as an in-tool update patch. What is new in 1.16.0?Microcontroller and board lists aligned with STM32CubeMX v6.12.0 : STM32C0, STM32WB0 and STM32MP25XXAdded CMake support for multicontext projec...

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
  • 313 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
  • 553 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
  • 609 Views
  • 4 replies
  • 2 kudos

Resolved! Cannot start debugging

Hi everyone! I faced with a problem, when I was trying to start debugin process. I connected my PCB with STM32f072C8T6 to PC, downloaded a programm. It was successfuly done. Then I tryed to start debug mode, but IDE showed the next message: "no sourc...

0693W000005BrtkQAC.png
GKlim by Associate II
  • 686 Views
  • 5 replies
  • 0 kudos