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

Resolved! Hi I am beginning using STM32CUbe IDE and I ant to migrate a Keil uBision project where I have a code calling two ASM functions.

these are the functions__asm void my_strcpy(const char *src, char *dst){loop   LDRB r2, [r0] ; Load byte into r2 from memory pointed to by r0 (src pointer) ADDS r0, #1 ; Increment src pointer   STRB r2, [r1] ; Store byte in r2 into memory pointed ...

HMero.1 by Associate II
  • 830 Views
  • 4 replies
  • 0 kudos

Resolved! STM32F479VI no SDRAM in CubeiDE?

HiI just testing some options for a future project which possibly involves a STM32F479VIT and I try to understand if it can handle an IS42S16400J-7TL SDRAM module.So I created a test project in CubeIDE but it does not show any SDRAM option in the FMC...

0693W00000AOo0OQAT.png
PGroe.2 by Associate III
  • 535 Views
  • 2 replies
  • 0 kudos

stm32cubeIDE use 90% cpu for java in linux(ubuntu) !

hii use of stm32cubeIDE ver 1.6.0cpu core i7 6700k ram 16 GBos linux (ubuntu 20.04.2 LTS) 64bitmemory ssd 250 GB samsung-----Most of the time when using the software, after a few minutes of use, the Java usage of the CPU reaches 90% or higher and the...

kshin.111 by Associate III
  • 647 Views
  • 3 replies
  • 0 kudos

Resolved! How to add new flag to build a extra library

HelloI am a beginner. I am trying to build my project using the minmea library but I got a "timegm" warning.In the library page says <Some systems lack timegm. On these systems, the recommended course of action is to build with -Dtimegm=mktime which ...

A..1 by Associate II
  • 796 Views
  • 2 replies
  • 0 kudos