STM32CubeIDE (MCUs)

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! STM32CubeIDE: using linked folders.

* This should be in MCU, Sorry * * :thinking_face:I'm trying to use a linked folder. We have several software bases that we want to use the same includes (they are all on the same hardware). On AC6 I did this by creating a linked folder. The folder o...

mreed by Associate III
  • 4235 Views
  • 7 replies
  • 0 kudos

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
  • 5295 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
  • 2141 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
  • 1880 Views
  • 4 replies
  • 0 kudos