Skip to content

Blink example

Frederic.Pillon edited this page Jun 13, 2017 · 2 revisions

Blink example on Nucleo L476RG

  1. If not already done, download and install the Arduino software (IDE) for the required OS. (Windows, Linux or Mac instructions)

  2. Configure the IDE to the desired board.

See Getting-Started#configuring-ide

  1. Open the Blink sketch from the "File> Examples > 01.Basics > Blink"

/img/SelectBlinkExample.png

  1. Click the upload button

See Getting-Started#upload-method to change the upload method.

/img/Upload.png

That's all. LED should blink on the Nucleo L476RG.

Clone this wiki locally