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

unable to include <string.h>

So most all of code is building, then I went to add usage of strtok, which requires string.h.Unfortunately I get this really odd error.  Its claiming strncasecmp is redefined.   In file included from C:\ST\STM32CubeIDE_1.13.1\STM32CubeIDE\plugins\com...

Resolved! Utilizing a 512Mbit SDRAM with STM32H7 FMC

Hello everyone,I'm working on a project involving STM32's FMC specifically focusing on expanding memory capabilities. Given that each SDRAM bank (Bank 1 and Bank 2) can address up to 256 Mbit, I'm curious about the feasibility of integrating a single...

Resolved! STM32CubeIDE: Format specifier concerns

Hi,I am using STM32CubeIDE to build project fro STM32H753 microcontroller.I am unaware why the STM32CubeIDE is updating the type of uint32_t to unsigned long.I assume for a 32 bit processor uint32_t should be typed to unsigned int.Where do I find dec...

Change USART1 pins location

Hi everyone!I'm using a NucleoWB55 and trying to use UART to print a message on a tera term terminal. When I let the default pins (PB7, PB6) for USART1_RX and USART1_TX I'm able to transmit and print a message correctly with the HAL_UART_Transmit_IT ...

USART.png USART 2.png
Fannyrsy by Associate II
  • 1038 Views
  • 3 replies
  • 3 kudos

Post build command

Hello all,First of all, thank you all for helping and educating me on various topics whenever I needed help. This post is on how to rename an output file based on a define in my code. I understand this can be done by bash command(s) post-build, but a...