STM32CubeIDE (MCUs)

Ask questions on STM32CubeIDE. Discuss how to build, debug, configure, and optimize your project as well as how to use our software tools.

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

Un readable text in SWV windows

See the image below:As you can see - the cells that has some higher percentage are almost unreadable. It seems to be using the same colors for the 'normal' eclipse debugging table-like features such as Variables, Live Expressions, Expressions, etc.I ...

hnCeM.png
DBERG.1 by Associate II
  • 585 Views
  • 1 replies
  • 0 kudos

3 ADCs simultaneous conversion STM32L476RG

I want to use 3 ADCs simultaneously. I am using ADC1 and ADC2 simultaneously and it is working fine. How should I integrate the third ADC so that it can simultaneously sample?Or another way would be to use the another channel of ADC1 or ADC2 but I wa...

AKhot.1 by Senior
  • 492 Views
  • 0 replies
  • 0 kudos

Resolved! TIM16 never calls interrupt handler in STM32WLE4

HiI've configured automatically from IOC timer TIM16 as it is more basic timer and I need basic funcionality: do some action on timer interrupt, I use HAL driver, but handler is never called.initialisation is simple:void MX_TIM16_Init(void){/* USER C...

Data with stm32 dma SPI does not flush?

 I'm using HAL with stm32 (H735) and I use SPI5 and SPI4. Both are set up for DMA transfers. The SPI5 works fine and returns data from peripheral to ram. The data out is static, so all good. SPI 4 has changing data out but its not changing. Seems it ...

ulao by Associate III
  • 715 Views
  • 1 replies
  • 0 kudos

STM32H745 run two tasks simultaneously

I want to run two tasks simultaneously using STM32H745 Nucelo Board. Since it has two cores I think it should be possible. But how should I implement it? Do I need to use FreeRTOS? Is there any documentation/video which I can use to setup two cores t...

AKhot.1 by Senior
  • 653 Views
  • 1 replies
  • 0 kudos

STM32F411 as usb video input

I built a project, i'm gathering data from an I2C sensor and display the result on a 2.8" tft screen (connected on SPI)since STM32F411 has native USB module, i'm want to let the PC recognize the STM32F411 as a webcam (or any video input device)Any he...

interfacing st4sim-200m with stm32f103 nucleo-64 board

Regarding the  serial communication protocol that I need to use to read and write the data from the module as the st4sim_200m has only one serial I/o port.in the datasheet it is mentioned that to use SPI . but i not able to find the spi peripheral's ...

KKIRA.1 by Associate
  • 554 Views
  • 0 replies
  • 0 kudos