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

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! [STM32F411E-Discovery Board] HAL_RCC_OscConfig() always returns HSE_TIMEOUT while waiting for HSE to be ready and I can't figure out why. All peripherals are initialized to default Mode.

Using STM32CubeIDE v1.6.1 on MacOS 11.3.1Steps to reproduce:Create a new STM32 project.Board Selector -> Select STM32F411E-DiscoName project, leave everything else as default, hit finish.Initialize all peripherals with their default Mode? YesDebug as...

DNguy.9 by Associate II
  • 924 Views
  • 4 replies
  • 2 kudos

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
  • 346 Views
  • 3 replies
  • 3 kudos