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

Interfacing lepton camera with stm32f103c8t6

I am trying to capture image from flir lepton 3.5 thermal camera module using STM32F103C8T6 to read raw pixel data and convert them to temperature values. I am not receiving the raw data properly.   // Select the Lepton 3.5 module by pulling the CS p...

Resolved! STM32 CUBEIDE CRASHES ON STARTUP

I am unable to start STM32 CubeIDE. As soon as I start it comes to the loading screen and is stuck there indefinitely. Can someone please help.

Mrohi by Associate III
  • 1554 Views
  • 4 replies
  • 2 kudos

FreeRTOS + LwIP in C++ project on STM32F7

Hello everyone,I want to get 4Diac Forte, which will be added as a static library, working on my Nucleo F767Zi.I need FreeRTOS with LwIP, so I created a base Project in CubeIDE with FreeRTOS+LwIP which was running fine.Since the library I want to add...

Resolved! Can't find boot1 on GUI on many STM32

Hello, I'm currently using stm32F410, i want to get to the system memory in order to use bootloader in UART and upgrade my firmware. I saw on datasheet that i need to pilot pin BOOT1. The problem is that on the graphical interface of STM32CubeIDE or ...

Capture STM32.PNG
Cyril C by Associate II
  • 2597 Views
  • 5 replies
  • 0 kudos

My project can not debug the STM32CubeIDE.

Hi. i'm research about UWB communication and localization.​My project need to accumulate the Channel impulse response. so we was bought the decawave UWB product that model is EVK1000 kit. (just single model is EVB1000)​In order to obtain CIR data, fi...

0693W00000FCZaYQAX.png 0693W00000FCZb1QAH.png 0693W00000FCZbQQAX.png
HJung.3 by Associate II
  • 2531 Views
  • 9 replies
  • 0 kudos

STM32CubeIDE code initialization for STM32H747I-DISC0

HelloI have the STM32H747I-DISC0 with me and i do the following- using STM32CubeIDE(version 1.12), and initialize it using the New project wizard, - I try to debug using the same debug configuration following the youtube link below(190) Dual Core Deb...

CWei1_0-1687316382341.png
CWei .1 by Associate II
  • 767 Views
  • 1 replies
  • 0 kudos

CUBE AI with STM32WB15

Hello everyone,I have been trying to integrate a very light-weighted AI network with a sample BLE code (heartbeat one) for my STM32WB15 Nucleo board.If I only run 'MX_X_CUBE_AI_Process' function in the main while loop, it keeps running, and If I only...