News:

Attention: For security reasons,please choose a user name *different* from your login name.
Also make sure to choose a secure password and change it regularly.

Main Menu

MAX1000 - Simple NIOS System

Started by jefflieu, November 30, 2017, 10:19:33 PM

Previous topic - Next topic

jefflieu

Hello,
I have a project here called RECON (https://github.com/jefflieu/recon) which aims to create many flavors of NIOSII embedded system which hopefully makes the adoption of FPGA-based micro-controller system easy.
I've added support for MAX1000 board and ran a demo here https://blog.jayvee-store.com/2017/11/19/first-test-run-of-max1000-kit/.

The repository has hardware system and software system.
These hardware systems are verified and ready for software APP to be plugged in and run.
The software part includes some simple drivers and wrappers that makes the interface similar to Arduino. Here's an example. https://github.com/jefflieu/recon/wiki/Software-example----frequency-counter

More information and how to make use of the repository can be found here https://github.com/jefflieu/recon/wiki

More advanced hardware system will be added to support ADC and SDRAM.