STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

what to include in header and source files

I generated project with CubeIDE for Nucleo F411RE board with defaults.Now I want to create my own function void LED_blink(int blink_num);So, I created ledfunc.h and ledfunc.c files.This is my ledfunc.h file: #ifndef INC_LEDFUNC_H_ #define INC_LEDFUN...

Roman_E by Associate II
  • 170 Views
  • 6 replies
  • 3 kudos

STM32L49x and BFB2 bit

Hi everyone!Just finished a dual boot system but during testing I bumped into a weird issue. With BFB2 bit unset firmware starts smoothly but when it is set, it ends up in some bootloader loop although it should switch to opposite bank (FB_MODE = 1) ...

Alekseus by Associate III
  • 71 Views
  • 2 replies
  • 0 kudos

Getting started with STM32H750VBT6, SDMMC1

Hi, I am trying to move to STM32H750 from STM32F407. To start with I have tried making simple LED blink project and it seems to work.Then I add SDMMC1 and suddenly it started hanging on exiting `static void MX_GPIO_Init(void)`. Any ideas why? Do I ne...

JBond1_0-1768410547333.png JBond1_0-1768412271920.png JBond1_1-1768412281422.png
JBond.1 by Senior
  • 146 Views
  • 2 replies
  • 0 kudos