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

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
  • 706 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
  • 637 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
  • 536 Views
  • 0 replies
  • 0 kudos

Resolved! Structure of STM32_USB_HOST_Library

Hi,I'm looking to understand the core of the USB Host library, so I thought of trying to update an old project (See: BTstack Port for STM32 USB for details), from the time when there was no STM32CubeIDE (as demonstrated here).The project was created ...

Resolved! Why is SWV not working but my serial monitor is?

I'm running CubeIDE version: 1.12.1 on an Apple Mac (OSx).My board is a STM32f769i-DISCO.I've configured the code as given in numerous examples and I can printf() without issue to an external serial port monitor. The serial monitor is one integrated ...

SFent.3 by Associate II
  • 2789 Views
  • 9 replies
  • 0 kudos