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

Resolved! What is the correct way of using classes in main.c

Hi,I have plenty of embedded code that was written in a mixture of C/C++ with target of NXP processors, now I am going to port it onto STM32 targets, I wrote a mini class OutputPort as a test in CubeIDE: OutputPort.h: #include "stm32f767xx.h"class Ou...

Chao_0-1707061972606.png
Chao by Senior
  • 2928 Views
  • 13 replies
  • 4 kudos

How to take input from keyboard in UART on putty

I need to help for take input from keyboard in UART on putty.board name is: STM32F407G DiscoveryHere is code for reference to you.This is the message which i want to transmit."char msg1[]="Press 1 for Input capture:\n\r""Press 2 for Duty Cycle:\n\r""...

MG1 by Associate II
  • 1388 Views
  • 3 replies
  • 1 kudos

Problema com pareamento inicial da UART

Estou trabalhando com UART no STM32G070 e não estou tendo exito em pareamento inicial da UART, sou novo na area de UART e não acho uma forma que entendo sobre montar um protocolo, monte um (em anexo) e funciona muito bem quando parea os dados, mas qu...

DSK_2024 by Associate
  • 525 Views
  • 1 replies
  • 0 kudos

Flash.id Synax Error Bug

Hello, I am posting for help with an issue I am encountering when trying to build and run a project using STM32cubeIDE. The error message I get is: C:/ST/STM32CubeIDE_1.14.1/STM32CubeIDE/plugins/com.st.stm32cube.ide.mcu.externaltools.gnu-tools-for-st...

Carrcl by Associate II
  • 2441 Views
  • 8 replies
  • 1 kudos

emDOS remnaints in build.

Start a project with FreeRTOS. (default settings_Change your mind and select emDOS. (default settings)build project and get missing variables.  Decide that bug for emDOS is not yet fixed.deselect emDOSSelect FreeRTOS instead.build project (basic, cha...

Resolved! STM32F411-VET6 with SSD1322 compilation errors

Hello Guys,  i want to use the Display SSD 1322 OLED with the STM32F411-VET6 Development Board but i cant use the example on github: https://github.com/wjklimek1/SSD1322_OLED_library it comes with many errors when i use the library for the STM32F411....