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! 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
  • 2228 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
  • 487 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

Create Delay Function using STM32

I'm having trouble making the delay function in stm32f411vet. When the power frequency for the chip is 16MHZ, it still works normally but when the frequency is increased to about 64MHZ, the error occurs. Let me all ask you what fault this is.

dnk by Associate
  • 1363 Views
  • 3 replies
  • 0 kudos

Resolved! Project gives error even if nothing has changed

I have a problem on a new project I have never encountered before.  When I go to rebuild I aways get the following error for the same files or when I try to debug right after building:  make -j8 all make: stat: F:/Projects/Smart-Fly/PwrEq/MCUs/STM32/...

Problem updating to STM32cubeIDE 1.14.1

I presently have STM32CubeIDE 1.10.1 installed on my Windows 10 PC. It fails when I attempt to update to 1.14.0. Fig 1 shows the present version and Fig 2 shows the available updates and Fig 4 shows the error message. How do I get this to work? I wou...

Update Error.png

Resolved! Timer updates only after i set a breakpoint

I'm using an STM32F401RCT6 to create a very accurate millisecond timer for a school project. When the second interrupt of the alarm triggers i set a new CCR1 value and reset the timer. But it seems like the timer just ignores this. Only when i set a ...

Hesseltjuuh_0-1703784283302.png Hesseltjuuh_1-1703784292024.png Hesseltjuuh_3-1703784392779.png

Resolved! Can't start Debugging on STM32CubeIDE

I was working on my stm32f411re nucleo boards. i was using two of them with spi full duplex mode one as the master and the other one as the slave. I was working on my codes and at a certain point when i tried to debug one, it asked me to upgrade my s...

erincyldz_0-1703490146873.png
erincyldz by Associate III
  • 1362 Views
  • 5 replies
  • 0 kudos