STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32CubeIDE 1.17.0 released

We are pleased to announce to you that the release 1.17.0 of STM32CubeIDE is available. What is new in 1.17.0: Microcontrollers, microprocessors, and board lists aligned with STM32CubeMX: Added the support for the STM32N6 seriesAdded the support for ...

STM32CubeIDE locks up on exit

Hi all,The last two times I have exited from STM32CubeIDE it has locked up. Does anyone know how to fix this?My system is Linux, Tumbleweed, Plasma (X11), Cube V14.0.When I Exit, I get the Exit confirmation message box, I select Exit - then the my cp...

PGump.1 by Senior III
  • 447 Views
  • 0 replies
  • 0 kudos

PROBLEM WHEN TRY TO DEBUG

HELLO TO ALLI HAVE A PROBLEM WHEN I BUILD THE CODE AND PROGRAM IT WITH STM32 PROGRAMMER IT IS WORKING BUT WHEN I TRY TO DOWNLOAD THE CODE USING THE IDE WITH DEBUG I GOT ERR  THIS IS THE CONCOL LOG     ST-LINK SN : 310009000B00004C3359534EST-LINK FW :...

Elmofty by Associate II
  • 3149 Views
  • 6 replies
  • 4 kudos

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

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
  • 922 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
  • 873 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
  • 1146 Views
  • 6 replies
  • 0 kudos