Skip to content

NEORV32 and a generic FAT file system called FatFs.

License

Notifications You must be signed in to change notification settings

emb4fun/neorv32-de0n-fatfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README for neorv32-de0n-fatfs

This project is a port of an older FPGA project of mine where a different CPU was used. Since the DE0-Nano board does not have an SD card holder, an external card holder was connected to the board with jumper wire. Here the following card holder from Waveshare was used. A microSD SanDisk Ultra 16GB was used as the SD card.

The output on the terminal should look like this, whereby the performance values can vary:

<<< FatFs filesystem benchmark >>>

Benchmark started ...

15541728 KiB total drive space.
15537488 KiB available.

Simple write/read test... OK

Performance write/read:
Write: 0.93 MB/s
Read : 1.40 MB/s

Benchmark end.

SEGGER Embedded Studio for RISC-V was used as the development environment. This time there is no further description but only this small readme available.

Project information:

Board Terasic DE0-Nano
FPGA Cyclone IV EP4CE22F17C6N
Quartus 15.0.2
clk_i 100 MHz
Terminal 19200, 8, N, 1

About

NEORV32 and a generic FAT file system called FatFs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published