STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

ADC Oversampling issue with STM32G474RE

Hi all,I am currently trying to implement ADC Oversampling so I can get 16-bit resolution of ADC result rather than 12-bit.the dual simultaneous mode is used for ADC, ADC1 and ADC2 conversion, and the following is my STM32CubeIDE Setup: ADC1 Ch 6 and...

0693W00000JOXafQAH.png 0693W00000JOXjDQAX.png
IJo.1 by Associate III
  • 7137 Views
  • 7 replies
  • 0 kudos

Resolved! I have an error of "multiple definition of `ProcessChar' I have the function ProcessChar() in two source files. There are no header files or prototypes that should make these functions global.

This is a project created with STM32CubeMX and then coding in the STM32CubeIDE environment.The error is in the linking process, but wondering why the linker should believe this function is defined twice by default. I had reason to believe these shoul...

Mike xx by Associate III
  • 448 Views
  • 4 replies
  • 0 kudos

Resolved! Migration from TrueStudio to STM32CubeIDE, "Fail create backup of project files before conversion." No other message. How to debug this?

Hello,We have a long-lived project that we develop in Atollic TrueStudio. It contains 4 nested projects; two C/C++ projects, and another two Eclipse projects for web development.I have tried to import these projects using the "Import/General/Import ...

PDools by Associate II
  • 1033 Views
  • 10 replies
  • 0 kudos

Resolved! How to still listen to UART1 or any other UART using 115200 baud rate in STOP mode ? (STM32L053 has an LSE of 32.768kHz and LSI of 37kHz)

I want to listen to UART (using receive interrupt) at a baud rate of 115200 while in stop mode and retain the received characters (which are stored in a buffer) after I wake up from STOP mode using the RTC. Is that possible?If so, how do I implement ...

AV.9 by Associate II
  • 590 Views
  • 1 replies
  • 0 kudos

Installer for CubeIDE broken for package L4 V1.17.1?

Do anyone experience the same problem?I tried to install the firmware package for STM32-L4 micros.I chose V.1.17.1. Installation started to download a file stm32cube_fw_V1170.zip despite the fact, that I chose V1.17.1Later it complained about a folde...

0693W00000JOReWQAX.png 0693W00000JORftQAH.png

Resolved! GDBServer not running under Debian

When I try to run the gdbserver included with cubeIDE the program reports it's missing "_Z19STLink_GetLibApiVerv", as in it cannot lookup the symbol within the binary.I encountered this error with both 1.7.0 and 1.8.0.I'm not sure if my LD_LIB_PATH i...

AHigg.2 by Associate
  • 372 Views
  • 3 replies
  • 0 kudos