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

Resolved! Using STM32cubeIDE and FreeRTOS - build Debug can't find cmsis_os.h. Release build completes with no issues.

I'm fairly new to STM32CubeIDE having used Keil uV for projects so I'm just not seeing the obvious here. No issues with build prior to enabling the FreeRTOS for NUCLEO-G474RE development target.Enable the FreeRTOS and build Release - no issues, compl...

GBrow.3 by Associate II
  • 5403 Views
  • 11 replies
  • 0 kudos

STM32F746 Timing Strangeness

I've got a Nucleo-F746 board and have noticed a code execution time anomaly that I can't explain.The code running is very simple:unsigned int j = 750000; while(j--) ;Essentially a loop that does nothing except waste time. When I run this on the ...

jerry2 by Senior
  • 2190 Views
  • 12 replies
  • 0 kudos

Resolved! How to see only a part of an array in expression view?

Hello!My case is:I have an array of 100 items, but now I know only the first 10 are used so I'd like to watch only the first ten variables.I know I can list the individual array items one after another (e.g, arr[0], arr[1] and so on to arr[9]), but I...

MFran.4 by Senior
  • 1954 Views
  • 4 replies
  • 0 kudos

Resolved! HAL_SAI_Start()?

With the HAL on an STM32U5 nucleo i can HAL_SAI_DMAPause() HAL_SAI_DMAResume() HAL_SAI_DMAStop() HAL_SAI_Receive_DMA() HAL_SAI_Transmit_DMA()Wouldn't it make sense to have aHAL_SAI_DMAStart()?With this nomenclature i don't have a clue how to tx/rx da...

JTedot by Associate II
  • 1056 Views
  • 2 replies
  • 0 kudos

Resolved! How to put Delay or offset Between two PWM Pulse.

Hello Members,I am new to STM32 MCUs. I am trying to generate PWM and try to modify on fly and it works. But my requirement is to have a delay between two pulse on time and it should not align to each other on any edge. Please see the photo to unders...

0693W00000JQD45QAH.jpg
Bhavik by Associate III
  • 2388 Views
  • 5 replies
  • 1 kudos