STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.16.0 released

STM32CubeIDE 1.16.0 was released today on st.com as well as an in-tool update patch. What is new in 1.16.0?Microcontroller and board lists aligned with STM32CubeMX v6.12.0 : STM32C0, STM32WB0 and STM32MP25XXAdded CMake support for multicontext projec...

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
  • 342 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
  • 265 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
  • 383 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
  • 356 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...

Print in stm32cubeIDE using st link

Hi, I'm using an STM32F103C8T6 blue pill board with st link programmerand I want to print a single string hello world Can we do that with st link or we do need something else to do it ?thank you for helping

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
  • 339 Views
  • 0 replies
  • 0 kudos