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

Multifile search

Hello!It took me a while to figure out how to run a multifile search, and I have questions about it:Is there a way to link the search with ctrl-F like in any other software?What is the search icon supposed to represent? I thought it was the tip of a ...

PG.1 by Associate III
  • 596 Views
  • 2 replies
  • 0 kudos

B-U585I-IOT02A Discovery Board, USART2 and USART3 Comms

I am trying to use the USART's via the CN2 or CN3 connector.The documentation "um2839-discovery-kit-for-iot-node-with-stm32u5-series-stmicroelectronics.pdf" gives the following pin mappings:CN2USART3_TX -> PD8USART3_RX -> PD9CN3USART2_TX -> PA2USART2...

DWell.1 by Associate
  • 779 Views
  • 2 replies
  • 0 kudos

FreeRTOS Debug windows not displaying proper data

I have followed the FreeRTOS API document below I have mentioned the details about the documents.FreeRTOS on STM32 CMSIS_OS APIT.O.M.A.S – Technically-Oriented Microcontroller Application ServicesVersion: v1.7Link for document: https://raw.githubuser...

0693W00000QNAPuQAP.png 0693W00000QNAMgQAP.png
HPate.10 by Associate III
  • 3995 Views
  • 11 replies
  • 1 kudos

STMH747 and STM32CubeIDE: how to use USB HOST?

UPDATEToday, as the first thing in the morning I run my USB test that didn't work the last 3 days. Out of the blue it started to... kind of work. The device (USB disk) is detected as mass storage device, so the USB host enters the HOST_CLASS state, t...

HTD by Senior III
  • 3141 Views
  • 2 replies
  • 0 kudos

Issue with fmount / SD Card / SPI /(freertos+fatfs) (Any help would be appreciated) (apparently the sd card is not detected by the NUCLEO_F767ZIT)

in fact i m trying to read and write data on SD card through an adpter using FREERTOS ,spi and fatfs .I m using stm32F767ZIT6the debugger return FR_OK for f_mount when it s put with 0 option and not working for 1 option.the prblms is that even when i...

hMasg.1 by Associate
  • 924 Views
  • 1 replies
  • 0 kudos

Resolved! STM32CubeIDE 1.7.0 Clean Project problem (possible BUG)

I noticed a problem (possible BUG) with the Clean Project when working with bigger projects in STM32CubeIDE 1.7. When I try to clean project i get error: make -j12 clean  make (e=206): The filename or extension is too long. make: [makefile:169: clean...

JureL by Associate III
  • 2523 Views
  • 6 replies
  • 0 kudos

Resolved! Determine heap free space on STM32

I'm using an STM32L4 with STM32CubeIDE, bare metal, and using C++ along with Cube's C libraries. The compiler is the GCC/G++ supplied with STM32CubeIDE.I have some dynamic memory usage in STL containers etc. I'm aware of the recommendation not to use...