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

STM32CubeIde COMPILER

Dear Sir,A project written for STM32U585 reaches the size 900 k bytes.Trying to lower the size , I am tryin to use properties.MCU GCC C compiler -> OptimizationTrying to set Optimization level to optimize most  to -Q3 the property of Optimization lev...

CUBE IDE C code sharing

Good morning,I apologize if this question is a bit dumb, I'm still learning embedded programming.I'd like to know if its possible to share code between projects in STM CUBE IDE.The idea is to have like a "folder" with one (or many) .h and .c files. T...

BRapo.1 by Associate
  • 528 Views
  • 2 replies
  • 1 kudos

Middlewares deletion bug in CubeIDE 1.13.1

When reconfiguring a project using emDos and StemWin, the StemWin selection shows up under Middlewares/st, etc.When disabling emDos in the ioc file, the section for emDos is deleted, but so is the StemWin. Removing the OS also removes the entire Midd...

Resolved! how to erase a single page of flash memory

hello guys i need help with stm32f103 and stmcube idei want to erase a pege of flash memory during runtime of programme ,in my case i want to erase page no 63 i have found this following code in hal_flash_ex.c but i dont know how to use it or modify ...

ahmash by Associate II
  • 3720 Views
  • 2 replies
  • 0 kudos

STM32U575(Nucleo-U575ZI-Q) SAI Transmit/Receive

When we use STM32U575 communicate with codec(ES8374) on SAI(I2S Bus). In SAI(I2S Bus),  STM32U575 is master and codec is slave. In STM32CubeMX, STM32U575 use SAI1a to Transmit with mode : Master with Master Clock OUT and use SAI1b to Receive with mod...

01.PNG 02.PNG 03.PNG 04.PNG

Resolved! Synchronization between PWM signal and ADC

Hello! I'm trying to synchronize a PWM signal with an ADC (by TRIGGER OUT EVENT). There are 2 issues: 1. The frequency of the PWM signal is 200 Khz and the frequency of the ADC is 12 Mhz. According to the calculation of 14 cycles (12.5 cycles + sampl...