HWA
Bare metal programming with style
ST STM32F411E-DISCO board (MB1115 B02)

Detailed Description

There is a STM32F411VET6 (512KB of Flash, 128 KB of RAM) with:

User manual: UM1842 Discovery kit with STM32F411VE MCU 2.0

Clocks

#define HW_DEVICE_HSEHZ   8000000
 

LED

#define LED   (portd,13)
 
#define LED3   (portd,13)
 
#define LED_ORANGE   (portd,13)
 
#define LED4   (portd,12)
 
#define LED_GREEN   (portd,12)
 
#define LED5   (portd,14)
 
#define LED_RED   (portd,14)
 
#define LED6   (portd,15)
 
#define LED_BLUE   (portd,15)
 
#define LED7   (porta,9)
 
#define LED_VBUS   (porta,9)
 
#define LED8   (portd,5)
 
#define LED_VBUSOC   (portd,5)
 

Push buttons

#define BTN1   (porta,0)
 

Macro Definition Documentation

◆ BTN1

#define BTN1   (porta,0)

User and Wake-Up button

◆ HW_DEVICE_HSEHZ

#define HW_DEVICE_HSEHZ   8000000

Frequency of the HSE oscillator crystal

◆ LED

#define LED   (portd,13)

Orange LED

◆ LED3

#define LED3   (portd,13)

Orange LED

◆ LED4

#define LED4   (portd,12)

Green LED

◆ LED5

#define LED5   (portd,14)

Red LED

◆ LED6

#define LED6   (portd,15)

Blue LED

◆ LED7

#define LED7   (porta,9)

Green LED7 indicates when VBUS is present on CN5

◆ LED8

#define LED8   (portd,5)

Red LED8 indicates an overcurrent from VBUS of CN5

◆ LED_BLUE

#define LED_BLUE   (portd,15)

Blue LED

◆ LED_GREEN

#define LED_GREEN   (portd,12)

Green LED

◆ LED_ORANGE

#define LED_ORANGE   (portd,13)

Orange LED

◆ LED_RED

#define LED_RED   (portd,14)

Red LED

◆ LED_VBUS

#define LED_VBUS   (porta,9)

Green LED7 indicates when VBUS is present on CN5

◆ LED_VBUSOC

#define LED_VBUSOC   (portd,5)

Red LED8 indicates an overcurrent from VBUS of CN5