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

Resolved! nucleo-L476 / RealTerm / printf not working??

Hello All...I am trying to send data to realterm using printf....I used cubemx to set up baud rate, etc. and have called MX_USART2_UART_Init. RealTerm is pointing to the correct serial port with the correct baud rate....A breakpoint validates the da...

SWenn.1 by Senior III
  • 1405 Views
  • 3 replies
  • 0 kudos

Resolved! strncpy_s in STM32: undefined reference to `strncpy_s'

Hi. I have the following code:messageprocesser.h#ifndef INC_MESSAGEPROCESSER_H_ #define INC_MESSAGEPROCESSER_H_   #ifdef __cplusplus extern "C" { #endif   #include "main.h" #include "usbd_cdc.h" #include <stdint.h> #include <string.h> #include <stdio...

0693W00000YA3UPQA1.png
OIp.1 by Associate III
  • 2829 Views
  • 4 replies
  • 0 kudos

Resolved! How to add .o file in STM32 cube IDE

Hello all,I have referred the STM32cubeIDE user manual and found the procedure to add the .o file to the project.I want to call a function from the added .o file.But I get the following error.../Core/Src/main.c:130:3: warning: implicit declaration of...

Aarra.1 by Senior
  • 1483 Views
  • 2 replies
  • 0 kudos