Skip to content

ST P-L496G-CELL02

Support for the ST P-L496G-CELL02 board

Overview

The ST P-L496G-CELL02 is an evaluation board supporting a ARM Cortex-M4 STM32L496AG microcontroller with 320Kb of RAM and 1Mb of ROM Flash.

Flashing the device

The P-L496G-CELL02 board includes an on-board ST-LINK programmer and can be flashed using OpenOCD.

To flash this board, just use the following command:

make BOARD=p-l496g-cell02 flash -C examples/basic/hello-world

STDIO

STDIO is available via the ST-Link programmer.

Use the term target to open a terminal:

make BOARD=p-l496g-cell02 -C examples/basic/hello-world term