Author Topic: MAX1000 - Simple NIOS System  (Read 7547 times)

jefflieu

  • Active Member
  • *
  • Posts: 4
MAX1000 - Simple NIOS System
« on: November 30, 2017, 10:19:33 PM »
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.