STM32CubeIDE (MCUs)

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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

No completions available for HAL function

Hi,I try to use HAL_ADC_ConvCpltCallback function under user code begin4, but it does not autocompleted under that section. On the contrary, it is auto completed under USER BEGIN2.Could you please point me to the right direction ?   

demir_0-1707246352683.png demir_1-1707246565285.png
demir by Senior II
  • 372 Views
  • 1 replies
  • 1 kudos

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
  • 1446 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
  • 783 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
  • 295 Views
  • 1 replies
  • 0 kudos

Resolved! STM32CubeIDE - STM32U5 Port G Issue

Using STM32CubeIDE Version 1.14.1MCU Package STM32U5 1.4.0Using custom  STM32U5A9ZJT6Q  PCBIssue:-a.) if (HAL_GPIO_ReadPin(GPIOG, GPIO_PIN_7)) // PG7 pin 92 is always reading 0b.) HAL_GPIO_TogglePin(GPIOG, GPIO_PIN_12); // is not toggling the pinPort...