STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

stm32c011f6p6

Hello sir,  I used stm32cubeide  with stlink v2.   I tried to download the *.elf file to stm32c011f6p6 chip however, I have the error ====Open On-Chip Debugger 0.12.0-00017-gb153daa14 (2023-02-03-14:58) [https://github.com/STMicroelectronics/OpenOCD]...

choi1 by Associate
  • 1366 Views
  • 2 replies
  • 0 kudos

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
  • 520 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
  • 861 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...