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

Code generation error

Code generation could not be donemost probably because the necessary firmware package is missing. Not abe to complete STM32Cube project creation. See Firmware updater for settingrelated to firmware package installation.Help me pleaseShow drafts  

Screenshot (11).png
Aman1 by Associate
  • 495 Views
  • 2 replies
  • 0 kudos

stm32cubeIDE 1.16 errata

Hi,I am developing software on the stm32h743 using threadx and have just updated the IDE to version 1.16.In the Errata document for IDE 1.16 under target specific issues it says the following:184869ThreadX should not be available on H7 single core, a...

alan32 by Associate
  • 706 Views
  • 2 replies
  • 0 kudos

Debugger stuck on random line

The debugger is getting stuck on a random line about 350 lines into main(). There is nothing particular about this line of source code except its location, because if I comment out that line it just stops on the next one, and if I add a line it sto...

Resolved! If I, call "HAL_ADC_Start_DMA();" outside of while loop, it's not working. If I, call it inside the while loop, it's working.

/**************************************************************************************Issue in starting multichannel ADC through DMA*************************************************************************************/*   /* USER CODE BEGIN Header *...

Screenshot 2024-07-24 102732.png
vijay_66 by Associate II
  • 1199 Views
  • 5 replies
  • 0 kudos

ST OpenBootLoader for stm32g491 on UART1 not work

Hi everyoneusing the UART1 by modifying the tx and rx pins according to my personal application, I am unable to connect with the 7F synchronization byte using stm32cubeprogrammer. Below is the code I modified: /* ------------------------- Definitions...

RS62 by Associate
  • 356 Views
  • 1 replies
  • 0 kudos

MQTT_VAR_HEADER_BUFFER_LEN

I am trying to send and subscribe data via mqtt protocol using the lwip library with an STM32F207 series microcontroller. When I define MQTT_VAR_HEADER_BUFFER_LEN as 256, I have no problem receiving data. However, when I set MQTT_VAR_HEADER_BUFFER_LE...