Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dramforever/jh7100-e24-demo

JH7100 E24 baremetal demo
https://github.com/dramforever/jh7100-e24-demo

Last synced: about 2 months ago
JSON representation

JH7100 E24 baremetal demo

Awesome Lists containing this project

README

        

# JH7100 E24 baremetal demo

A demo baremetal program that runs on the JH7100's E24 core.

![GDB Hello World demo](screenshots/hello.png)

## Usage

```console
$ make -C src CROSS_COMPILE=riscv32-none-elf-
$ gdb src/demo.elf
(gdb) target remote :3333
(gdb) load
(gdb) c
```

Currently requires UART3 to be initialized first because I haven't written the UART initialization code.