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

ADC interrupt

i want to do adc sampling at 10khz frequency in stm32G070RB i have attached the ioc file configration and code but adc sampling not working at 10khz frequency. let me know where i am doing mistake and how to solve this?? 

Pooja321_0-1697796990025.png Pooja321_1-1697797051553.png Pooja321_2-1697797090073.png Pooja321_3-1697797144142.png
Pooja321 by Associate II
  • 550 Views
  • 1 replies
  • 0 kudos

Resolved! Install STM32CubeIDE on Linux / OpenSuse 15.3

I try to install STM32CubeIDE on Linux / OpenSuse 15.3.When downloading the latest RPM (1.7.0) I click "Get Latest", accept and then it automatically downloads the Linux Generic Installer.How can I get the RPM? Can somebody confirm the problem?Anyway...

TMohr by Associate
  • 2345 Views
  • 4 replies
  • 1 kudos

Hot to do a discovery using Device authentiction

Did numerous builds using CubeIDE (10,000 lines of code). this error started coming up. "reason was unknown target"Got the following message:Make -j4 all  DriversSTM32L4xx_HAL_Driver/subdir.mk.91:  *** unable to generate command line.  stop.  "make  ...

JBonn by Associate III
  • 675 Views
  • 1 replies
  • 0 kudos

Is license required to create product using SDMMC?

Is a license required to create commercial products using SDMMC?  I noticed there is support for it in cube IDE.  The SD Association indicates a yearly subscription requirement for creating even a host app that uses the SD standards. https://www.sdca...

RHale.2 by Associate II
  • 461 Views
  • 0 replies
  • 0 kudos

STM32IDE Toolchain using 2 Compiler in one Project

I would like to use 2 Compiler in one project, the old compiler for the bootloader, where addresses should not change for application and the other for the application to use a newer version.First I tried to select either or from the C/C++ Build -> s...

koster by Associate III
  • 640 Views
  • 1 replies
  • 0 kudos

Hardfault Error While Debugging in Systemview

The SystemView is running properly when I don't integrate TouchGFX into STM32CubeIDE. However, when I integrate TouchGFX into my code, I'm able to debug with ST-Link. On the other hand, when I use J-Link, I'm getting a hardfault error while debugging...

Anil1472 by Associate II
  • 5509 Views
  • 9 replies
  • 1 kudos

Resolved! SPI Not communicating with aurdino

So , I wrote all driver my self so dont know how to ask this but i can provide you with few code.This is main.c file and other driver file is attached below........#include <string.h>#include "stm3f407xx.h"void delay(void){for(uint32_t i =0;i<500000/...