diff options
author | Friedrich Beckmann <friedrich.beckmann@hs-augsburg.de> | 2022-07-25 17:55:39 +0200 |
---|---|---|
committer | Friedrich Beckmann <friedrich.beckmann@hs-augsburg.de> | 2022-07-25 17:55:39 +0200 |
commit | 3fff6023602822531efdae30bc8ebf862967f1ef (patch) | |
tree | 16028102b8d850f8ab3115d28a8539ca6bc5f51d /VexRiscvSocSoftware/projects/murax/wip/readme.md |
Initial Commit
Diffstat (limited to 'VexRiscvSocSoftware/projects/murax/wip/readme.md')
-rw-r--r-- | VexRiscvSocSoftware/projects/murax/wip/readme.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/VexRiscvSocSoftware/projects/murax/wip/readme.md b/VexRiscvSocSoftware/projects/murax/wip/readme.md new file mode 100644 index 0000000..14330c1 --- /dev/null +++ b/VexRiscvSocSoftware/projects/murax/wip/readme.md @@ -0,0 +1,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. + |