Skip to content

This repository is made up of different branches that reflect the use of different peripherals on a STM32L476RG microcontroller

Notifications You must be signed in to change notification settings

vanDeventer/as2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello World

Hello World is usually the first program one writes when evaluating a new computer language. With a microcontroller, a first program tends to be "Blinky". In this branch we display a text string on the connected laptop using a terminal emulator like Putty.

In the code we allocate memory for an array of characters. In the debug mode, one can step through the code and see what is in the chip's memory (right side of the figure below).

We then use the UART peripheral to transmit the text string to the laptop.

Debug mode

About

This repository is made up of different branches that reflect the use of different peripherals on a STM32L476RG microcontroller

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages