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

how to solve semaphore issues: button toggling issue

/* USER CODE END Header_Normal_init */void Normal_init(void const * argument){  /* USER CODE BEGIN 5 */  /* Infinite loop */  for(;;)  {//while(HAL_GPIO_ReadPin(GPIOC, GPIO_PIN_13)); char *msg1 =  "hello mid\r\n";HAL_UART_Transmit(&huart3, (uint8_t *...

Akshay_ by Associate II
  • 502 Views
  • 1 replies
  • 0 kudos

Application code slower in 1.14.1 vs 1.5.0

Hi all!I have been working on a C++ project for the STM32F476G-DISCO, which was originally created in 1.5.0 of the IDE. Given the QoL improvements in the IDE updates, I thought it would be worth updating.My application has image processing included s...

JaredP by Associate
  • 593 Views
  • 2 replies
  • 3 kudos

No completions available for HAL function

Hi,I try to use HAL_ADC_ConvCpltCallback function under user code begin4, but it does not autocompleted under that section. On the contrary, it is auto completed under USER BEGIN2.Could you please point me to the right direction ?   

demir_0-1707246352683.png demir_1-1707246565285.png
demir by Senior II
  • 597 Views
  • 1 replies
  • 1 kudos