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 minor release: Fixed issue when install OpenSTLinux MP2 plugin from OpenSTLinux r...

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

How to add a .lib file to a project?

Hello,I have recently bought an evaluation board. The manufacturer provides a library and a Keil sample project, but I would like to integrate the library in a STM32 Cube project.I found on the internet how to add a .lib file (www.eclipse.org/.../), ...

Inigo by Associate II
  • 5831 Views
  • 6 replies
  • 0 kudos

Resolved! How to share libs between projcts, same workspace.

I developed some libs to control a custom LCD.At the beginning the workspace only had one project, 01_main, and files related to my lcd and driver were located there, later I started another project 02_rtos, so I copied LCD files into new project.I n...

0693W00000Y7ERpQAN.png 0693W00000Y7EMfQAN.png 0693W00000Y7ENJQA3.png
dhs by Senior
  • 629 Views
  • 4 replies
  • 0 kudos

Can't make WM8994 play over SAI on STM32H745I-DISCO board.

My project uses HAL and it's made with STM32CubeIDE.I've naturally seen the example and tried to configure everything exactly as in the example.So - the clock for SAI is set to 4.096MHz. I use SAI1 configured as on the screen:Here's my code:#include ...

0693W00000WLEAFQA5.png 0693W00000WLEAKQA5.png 0693W00000WLEAPQA5.png 0693W00000WLEpSQAX.png
HTD by Senior III
  • 2711 Views
  • 19 replies
  • 0 kudos

SWV data tracking timeline graph

Hello guys,I just wanted to report a bug regarding the SWV data tracking timeline graph, the export and import options are missing.And the zoom button zooms only in the middle, the graph can not be zoomed in areas where one would want. Plus, after zo...

BIsma.1 by Associate
  • 822 Views
  • 2 replies
  • 0 kudos

STM32CubeIDE hangs during build

Lately, at an increasing rate, CubeIDE hangs with the project at 25~27% and will not proceed. As best I can tell, this is always on the last file it's compiling. That is to say, it's hanging on the last arm-none-eabi-gcc "source_code.c" output and wh...

Konami by Senior II
  • 640 Views
  • 4 replies
  • 0 kudos

no rule to make target 'all' after project import

I imported a project into the project treeview (by Import) and trying to build the project results in:```10:35:43 **** Incremental Build of configuration Default for project pedscan ****make allmake: *** No rule to make target `all'. Stop."make all" ...

Good afternoon dear collegues! When I try to compile and upload my program through the CubeIDE I have the following problem: Error: Data mismatch found at address 0x080003C0 (byte = 0x1B instead of 0x1A) Error: Download verification failed

Every time the byte is different. I use Stm32F072CBT6 MCU and Stm32F030C8T6.I try to programm it with StLink board Now on my board the Boot Pin (Boot -- 10k -- GND) and NRST pin (NRST -- C -- GND) are connected only.Is this problem connected with Cub...

MMudr.1 by Associate
  • 485 Views
  • 2 replies
  • 0 kudos

USB Framework Custom HID bug on STM32F072

I followed the ST tuto here :https://community.st.com/s/article/how-to-implement-a-usb-device-custom-hid-class-on-stm32-part2?t=1670342951456I first tried it on a STM32F072BDISCOVERY board, for which it is written. Using this, I could send data, rece...

MMyar.1 by Associate II
  • 634 Views
  • 3 replies
  • 0 kudos