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

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
  • 645 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
  • 723 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
  • 796 Views
  • 5 replies
  • 0 kudos