STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.17.0 released

We are pleased to announce to you that the release 1.17.0 of STM32CubeIDE is available. What is new in 1.17.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX: Added the support for the STM32N6 seriesAdded the support for ...

USB OTG with different connectors

Hello, everyone. I'm using the STM32F407IGT6 MCU.In my hardware, there are two USB connectors: USB A, for transferring/receiving data from a mass storage device, and USB B, for virtual communication with a PC.I would like to know if there is any way ...

Ade J.3 by Associate II
  • 471 Views
  • 0 replies
  • 0 kudos

Content assist doesn't work with ctrl+space

My content assist does'nt work when I press ctrl+space but it's work when go to menu edit/content assist.Which parameter should I look ?I tried already In Preferences -> C/C++ -> Editor -> Content Assist -> AdvancedI checked the following boxes:Parsi...

Sebovernet_0-1687204625285.png

Resolved! SPI clock use as a timer

Hii,I am using STM32h745IIK6. I want to use my SPI clock as a timer to generate delay in microsecond how can i to that. Please help with tutorial or your guidance.  Thanks in advance.

pshin.2 by Associate II
  • 773 Views
  • 1 replies
  • 0 kudos

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
  • 1354 Views
  • 4 replies
  • 2 kudos

Resolved! Enable SWO on CubeIDE 1.12.1 - Board used Nucleo-H755ZI

Hello,I went through all the SWO related topics, and it was a bit confusing for me to get it running, so I summarized the steps to have it working on a Nucleo H755.In my project I have the main clock set at 400MHz, Timer2 running at 1Hz and Debug set...

MD_1-1687436178095.png MD_5-1687437990558.png MD_2-1687436299945.png MD_3-1687437584204.png
MD by Associate II
  • 2437 Views
  • 2 replies
  • 0 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...