STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

Resolved! Controlling Rgb led using Timers in stm32

Hi, i am using Timers to control the intensity of a RGB LED. I need help with a code because I don't know why i have to do this thing.I have these lines:TIM1->CCR1 = Intensity; For Red ColorTIM1->CCR2 = Intensity; For green colorTIM1->CCR4 = Intensit...

Resolved! STM32cube ide

Hi people...I couldn't able to get live expressions on debug can anyone help me to find a solution 

SRAM11_0-1704191203347.png
SRAM.11 by Associate III
  • 995 Views
  • 3 replies
  • 1 kudos

Constant Fraction Discriminator

I have 2 arrays, one is inverted and scaled and the other remains positive and with original size. Now I have to delay the positive one by half the rise time. Then I have to find zero crossing. Finally, I have to find the maximum or determine an obje...

Sax by Associate III
  • 2266 Views
  • 7 replies
  • 0 kudos

Resolved! ADC setup with DMA and timer

 I'm having some trouble setting up ADC1 on an STM32F401CEU6 to use DMA and pacing the conversions with a timer.I want to use 2 channels in scan mode with each ADC channel doing conversion every other time the timer triggers the channel. In other wor...

Hwstar by Associate II
  • 3589 Views
  • 3 replies
  • 0 kudos

Cube IDE 1.14 copy issue with example project

The following project is imported in the latest Cube IDE (see below for version info) in an empty, new created workspace: When the IOC file is opened / code is generated, the following pop up appears (this is also the case when importing the example...

Screenshot 2023-12-30 203945.png Screenshot 2023-12-30 203752.png Screenshot 2023-12-30 203651.png Screenshot 2023-12-30 203811.png
EGi by Associate III
  • 624 Views
  • 0 replies
  • 1 kudos

How to recognize USB ready

I'm trying to transfer data to the upper computer using virtual port com on STM32G473RET6.But how to recognize USB ready before transfering data?if (USBD_STATE_CONFIGURED == hUsbDeviceFS.dev_state) { CDC_Transmit_FS(UserTxBufferFS, payload_len); }...

usb.png