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 patch: Ticket 184819 - [MP25] Major differences in the ST Boards Device Trees bet...

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

Set elf file path relative to project

Hello,I have a project structure as follows:Srcbinapp.elftoolsIDEin IDE I have my Stm32CubeIDE and I tried to set the application path to be relative, it get recognized but when launch I got null exception. any clues?

0693W000004IaYpQAK.png 0693W000004IaYuQAK.png
AWahd.1 by Associate II
  • 497 Views
  • 2 replies
  • 0 kudos

How to configure USB Host and RTOS?

I noticed that STM32CubeIDE 1.4 does not work in the same way as IDE 1.0 with RTOS and USB Host. In IDE 1.0 it is possible to get messages from Degug but in IDE 1.4 not even the messages are displayed.When the uC is started with the pendrive already ...

by Not applicable
  • 598 Views
  • 4 replies
  • 0 kudos

Update STM32CubeIde to version 1.4.2 offline

Hello,I have STM32CubeIde installed, on 2 PC, one with internet, the other not.Today, I just update my Ide to version 1.4.2 within the IDE. But I could not found this version to download to install it on my offline PC. Only version found on STM32Cube...

ANauz.1 by Senior II
  • 1072 Views
  • 9 replies
  • 0 kudos

What is the best way to enable Debug messages for USB Host?

After selecting the USBH_DEBUG_LEVEL option with a value of 3 (Middleware > Parameter Settings > USBH_DEBUG_LEVEL) and adding these subroutines below (BEGIN 4 / END 4), the messages have not yet been displayed on the serial monitor. Only after adding...

by Not applicable
  • 326 Views
  • 0 replies
  • 0 kudos

My ADC working but not able to sent float value on UART. Only integer its working fine. But when I sent float value using sprintf function then it sent only zeros.

My code is below,uint16_t val;float voltage=0;while{    HAL_Delay(1000);         /* USER CODE END WHILE */           HAL_ADC_Start(&hadc);           HAL_ADC_PollForConversion(&hadc, 10);   val = HAL_ADC_GetValue(&hadc);  ...

STAR by Associate II
  • 847 Views
  • 5 replies
  • 0 kudos