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

Having trouble interfacing RGB LED and Gas Sensor

Previously I posted on this forum as I was having trouble converting the gas sensor ADC value to voltage.That problem has since been fixed, although I seem to be running into a new issue where my WS2812 RGB LED won't turn on, and the PuTTy monitor is...

DRicc2_0-1703649644767.png
DRicc.2 by Senior
  • 917 Views
  • 1 replies
  • 0 kudos

STM32F746G Discovery board

In STM32F746G Discovery board product Speifications, it is shown asSupport of a wide choice of Integrated Development Environments (IDEs) including IAR™, Keil®, GCC-based IDEs, and Arm® Mbed™But it has not given whether STM32CubeIDE works with it or ...

Moni by Associate
  • 582 Views
  • 1 replies
  • 0 kudos

Resolved! ADC value won't show voltage conversion

Currently in the process of coding an MQ5 gas sensor, right now I was able to get the ADC value to appear on the serial terminal using PuTTy, but for whatever reason the voltage value always produces zero. I tried also changing the formula to have it...

DRicc2_0-1703439555031.png
DRicc.2 by Senior
  • 1869 Views
  • 2 replies
  • 1 kudos

STM32H7 HAL SPI DMA Not receiving data

I'm having a problem using DMA with SPI.Fault is almost certainly me as this is the first time I have used SPI/DMA.  Normally I just wait for SPI to finish, but on this occasion it is taking too long so I need to move the process away from the CPU wa...