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

Debug: "No source available for main()"

I am trying to debug my code, but it just ain't working the way it's working in e.g. the STM32CubeIDE intro-video on Youtube; I'm getting "No source available for main()", instead of Eclipse displaying where in the code it's actually at.I haven't cha...

Resolved! B-U585I-IOT02A Undefined reference HAL_I2C

Dear Experts,I'm currently working on a project involving an STM32 board (B-U585I-IOT02A). I would like to use this board as a TCP Server. Therefore, from the STM32CUBEIDE application, I had observed that there is an example project in which it is po...

Nicolas_G_0-1707315922146.png Nicolas_G_2-1707315922156.png Nicolas_G_6-1707315969626.png Nicolas_G_3-1707315922158.png
Nicolas_G by Associate II
  • 1005 Views
  • 2 replies
  • 3 kudos

Input capture frequency overflow handle

Good afternoon community,I am trying to capture the frequency which is given by wave-form generator and i am able to capture that,But issue is i am not able to capture when it is face the underflow condition and it will not working properly.please su...

MG1 by Associate II
  • 1079 Views
  • 4 replies
  • 0 kudos

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
  • 484 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
  • 571 Views
  • 2 replies
  • 3 kudos