An open API service indexing awesome lists of open source software.

https://github.com/roschmi/vscode_lpc1113

VS-Code development for LPC1113 MCU using CMake, Cortex-Debug and GDB
https://github.com/roschmi/vscode_lpc1113

cmake cmsis cortex-m0 visual-studio-code

Last synced: 10 months ago
JSON representation

VS-Code development for LPC1113 MCU using CMake, Cortex-Debug and GDB

Awesome Lists containing this project

README

          

# VSCode_LPC1113
Some tests to make VS-Code development for LPC1113 board.
(I'm still a beginner in C programming, so forgive me for my funny code)

### LPC1113_Test_1
First test to develop a C program on Visual Studio Code

### LPC1113_Test_2
Working Blinky example for LPC1113F/301 MCU for gcc-toolchain on Visual Studio Code using CMake

### LPC1113_GCC_VSCode_Uart
Working simple Uart and Blinky example for LPC1113F/301 MCU for gcc-toolchain on Visual Studio Code using CMake

### LPC1113_Uart_Event
Working Uart (receive via interrupt), GPIO and timer-interrupt example for LPC1113F/301 MCU for gcc-toolchain on Visual Studio Code using CMake

### LPC1113_Uart_Cmd_02
Working solution for LPC1113F/301 MCU: Receive Commands with max. 3 parameters via Uart (receive via interrupt).
Realized Solution: Printing out memory content of te MCU via Uart