STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.17.0 released

We are pleased to announce to you that the release 1.17.0 of STM32CubeIDE is available. What is new in 1.17.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX: Added the support for the STM32N6 seriesAdded the support for ...

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
  • 531 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
  • 1090 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...