STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.16.1 released

STM32CubeIDE 1.16.1 was released on st.com as well as an in-tool update patch aligned with STM32CubeMX v6.12.1 that is available for download. Main issues fixed in this minor release: Fixed issue when install OpenSTLinux MP2 plugin from OpenSTLinux r...

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

unable to send data to the data register of uart4

#include "stm32f4xx.h"#include<stdint.h>  void config_gpio(){RCC->AHB1ENR |= (1U<<0);//ENABLING THE PORT A  GPIOA->MODER |= (1U<<1);GPIOA->MODER &= ~(1U<<0);//SETTING PA0 AS ALTERNATE FUNCTION MODE  GPIOA->OTYPER &= ~(1U<<0);//SETTING OUTPUT TYPE AS ...

Unable to use SWV Data Trace Timeline Graph

Hello,I want to use SWV Data Trace Timeline Graph but when I try to open "Configure trace" option, nothing happens, not a single window is being opened etc. Is it some kind of bug, does it have a solution? Thanks in advance.My IDE and other informati...

ozzdemir by Associate II
  • 3188 Views
  • 7 replies
  • 0 kudos

Help on Porting Code from Keil to CubeIDE

Hi,I have an ethernet application which is working in a Keil project, the app uses F103ZET6 and contains a UART and an SPI, all working in polling mode. In order to port it to CubeIDE, I created a Cube project with F103ZET6, it has a RTC, a UART woki...

Chao by Senior
  • 818 Views
  • 3 replies
  • 0 kudos

Resolved! Secure Firmware Install

Hello,I'm currently working with the STM32h573I-DK Board and I'm interested in installing SFI (Secure Firmware Installation) and learning how to work with it. Could you please provide guidance on how to install SFI and any resources such as tutorial ...

Hitesh by Associate III
  • 710 Views
  • 2 replies
  • 1 kudos

Output compare unit.

Good afternoon community,I am starting implementation of Output compare unit for STM32F407G Discovery board.I get output as GPIO toggling on board.I configure TIM1 and it's 4 channels for different frequency generation as output at different pulse,an...

MG1 by Associate II
  • 966 Views
  • 6 replies
  • 0 kudos

Resolved! IOC Pinout View, definition when right click on a pin

Hello,When I right click on a pin, in the Pinout view of an IOC file, it shows the following:I understand the ADC1_INP3, since that is the intended setting.  But what would the yellow ADC2_INP3, with a + next to it, signify?  Likewise, what is the re...

R_DSP_0-1708558914958.png R_DSP_1-1708559060097.png
R_DSP by Associate II
  • 540 Views
  • 1 replies
  • 1 kudos