Esd Lab-1 Intro To Nucleo and Keil Studio
Esd Lab-1 Intro To Nucleo and Keil Studio
Lab
LAB-1
Introduction to STM32
Nucleo-64 Board & arm Keil
Studio Cloud
INTRODUCTION TO STM32 NUCLEO-64
Nucleo Features
STM32L152RE ultra-low-power ARM Cortex-M3 based
microcontroller
Two extension connectors: Arduino Uno and ST Morpho
Embedded ST –LINK/V2-1 Debugger/Programmer
Flexible board power supply: 3.3 V, 5 V, 7 - 12 V
User LED (LD2), Two push buttons: USER and RESET
MBED Enabled
Interfaces supported on USB: Virtual COM port, Debug
LAB - port, Mass storage (USB Disk
BECE403E-Embedded Systemsdrive)
Design for drag 'n’ drop 2
STM32 Nucleo-64 - Board Details
Pins Legend
STM32L152RE – Pin
diagram
LAB-1
Working with LED
L152RE”
Manager
4. Click Add Device button and select device firmware (STLink) and
LAB - BECE403E-Embedded Systems 1
LAB TASK-1
API required:
DigitalOut Identifier(PinName) - Used configure GPIO pin as digital
output pin
- Identifier: User defined name to access this digital pin
- PinName: Name of the pin as specified in the Nucleo board pin
details
- Examples: DigitalOut myled(LED1); //LED1 is an onboard
LED
DigitalOut myA3(PC_0); //PC_0 is 0th pin of port C
b y
ka
a