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! stm32h5xx_hal_usart.h is missing

I create a project by selecting the NUCLEO-H563ZI and answer yes to the question about initializing peripherals and the project will not build.  The error is: file included from ../Drivers/STM32H5xx_HAL_Driver/Inc/stm32h5xx_hal.h:29,from ../Drivers/S...

CubeMX Blank tab within CubeIDE

Hello,when i click on a .ioc file within CubeIDE, CubeMX is opened inside of CubeIDE. It starts opening the ioc file and shows progress bars: But then, after opening, it shows only a tab with no content.Does someone know whats wrong here? I use:Debia...

forum_1.png forum_2.png
sk-st by Associate III
  • 459 Views
  • 2 replies
  • 0 kudos

Data mismatch found at address 0x0C000004

Whilst using the Trustzone examples given for the NUCLEO-WBA52cg BoardTx_SecureLEDToggle_TrustZone  RTC_TrustZoneCORTEXM_InterruptSwitch_TrustZone im encountering the error:Error: Data mismatch found at address  0x0C000004 (byte = 0xF9 instead of 0x8...

Isko by Associate II
  • 1022 Views
  • 3 replies
  • 0 kudos

HAL_I2C_Master_Transmit_IT error in the Hal lib?

I am using the HAL library generated with the STM32CUbeIDE for controlling a I2C sensor.With the demoboard nucleo stm32l031k6I am using the HAL interrupt master transmit functionbut the byte’s send aren't the ones that I attach.While debugging I see ...

Resolved! Error Using multiple Output Compare channels

Hello,I'm using a F401 blackpill board for a school project.Currently I'm trying to generate a pulse with adjustable length to open a MOSFET circuit.I managed the pulse by using an Output Compare channel and setting the CCR to 1, so the pulse would b...