boards/p-l496g-cell02/doc.md
@defgroup boards_p-l496g-cell02 ST P-L496G-CELL02 @ingroup boards @brief Support for the ST P-L496G-CELL02 board
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.
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 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