STM32CubeIDE (MCUs)

Ask questions on STM32CubeIDE. Discuss how to build, debug, configure, and optimize your project as well as how to use our software tools.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.18.1 released

We are pleased to announce that the minor release 1.18.1 of STM32CubeIDE is available. What is new in 1.18.1: This minor release will not bring any major updates to the STM32CubeIDE 1.18.1. It will be aligned with the STM32CubeMX 6.14.1. Main fixed i...

STM32CubeIDE 1.18.0 released

We are pleased to announce that the release 1.18.0 of STM32CubeIDE is available. What is new in 1.18.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX 6.14.0: Added the support for STM32WBA6xxx microcontrollers in the STM...

Command an actuator

Hi,i have a linear actuator that run with 6 voltsi want to control the speed using pwmi am using L298n and a nuceleo-g431rbhow can i reach the maximum speed? does the pwm maximum output 5 volts? 

FBoua.2 by Associate II
  • 485 Views
  • 0 replies
  • 0 kudos

how to use 'HAL_SPI_TransmitReceive_DMA' for spi

I'm using 'CUBEIDE' / 'STM32F107VC'in deca_spi.c int readfromspi(uint16_t headerLength,const uint8_t *headerBuffer,uint32_t readlength,uint8_t *readBuffer){uint8_t spi_TmpBuffer[BUFFLEN];assert_param(headerLength+readlength < BUFFLEN ); //    decaIrq...

kim_dy_0-1688604243276.png
kim_dy by Associate II
  • 742 Views
  • 0 replies
  • 0 kudos

I2C slave transmit IT first byte FF

PLEASE DELETE THIS POST, I HAVE CREATED A  NEW ONE ON THE CORRECT SUBFORUMHi all,I am using a Nucleo  F334R8 STM32Cube FW_F3  V1.11.4I am trying to configure it as a slave device using interrupts , I am using HAL_I2C_AddrCallback()then it checks if d...

edgar3 by Associate
  • 852 Views
  • 0 replies
  • 0 kudos

Error trying to launch STM32CubeIDE on linux!

I have installed the STM32CubeIDE 1.12.0 from the STM32 official website onto my Arch Linux laptop but when i try to launch it, it closes and reports an error after the splash screen.I have searched on pacman (the arch package manager) for stm32cubei...

RBamf.1 by Associate III
  • 17299 Views
  • 40 replies
  • 5 kudos

How to Program and Debug micro STM3203

Hi,I developed a boiard with micro STM32F030C8T6TR. But when I try to create a software in STMcubeMx Build and Debug. I can always  build succesfully my project, but When I try to Flash and Debug STcubemxIDE  open a popup with wrote, as following rep...

vdavi81_0-1688295557433.png vdavi81_1-1688295743251.png vdavi81_3-1688295824078.png
vdavi81 by Associate II
  • 1783 Views
  • 7 replies
  • 1 kudos

stm32wb55rg ble ZigBee dynamic problem

I am transplanting the rt thread system from the official sample program ble_ZigBee_dyn, but I have encountered a problem: after I complete the porting, ble and ZigBee can broadcast at the same time, but when my Android phone Bluetooth tries to conne...