blob: 14330c1ed8bd81c68c18b6b9b3dfb31eb53c23ae (
plain)
1
2
3
4
5
6
7
8
9
10
|
# DemoC
This demo was inpired by:
https://jacobmossberg.se/posts/2018/08/11/run-c-program-bare-metal-on-arm-cortex-m3.html
It demonstrates using C to program bare metal app running on RISCV architecture.
Included is also launch.json, which can be used for debugging the app, from VSCode. To run/debug, program Murax to FPGA and connect JTAG with openocd.
|