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
- Host: GitHub
- URL: https://github.com/roschmi/vscode_lpc1113
- Owner: RoSchmi
- Created: 2019-08-16T10:02:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-24T15:57:36.000Z (about 6 years ago)
- Last Synced: 2023-07-15T16:56:44.462Z (over 2 years ago)
- Topics: cmake, cmsis, cortex-m0, visual-studio-code
- Language: C
- Homepage:
- Size: 2.74 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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