Difference between revisions of "Programming the SPI"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
'''This page discusses a project currently under development. Please be aware that information on this page may change as the project progresses.''' | '''This page discusses a project currently under development. Please be aware that information on this page may change as the project progresses.''' | ||
− | This module aims to merge the ADC and temperature sensor modules into a single module. Both modules communicate over a shared SPI-like bus, and there are many structural and functional similarities between the two. However, this is a partially completed project. The current VHDL files (which are mostly written but need to be tested) can be found [http://zeus.phys.uconn.edu/halld/tagger/electronics/design-6-2007/SPI_VHDL.zip | + | This module aims to merge the ADC and temperature sensor modules into a single module. Both modules communicate over a shared SPI-like bus, and there are many structural and functional similarities between the two. However, this is a partially completed project. The current VHDL files (which are mostly written but need to be tested) can be found at: |
+ | * [http://zeus.phys.uconn.edu/halld/tagger/electronics/design-6-2007/SPI_VHDL.zip SPI Module]. | ||
+ | The subprojects (i.e. earlier versions of the separate ADC and temperature sensor modules) can be found at: | ||
* [http://zeus.phys.uconn.edu/halld/tagger/electronics/design-6-2007/ADC_VHDL.zip ADC Module] | * [http://zeus.phys.uconn.edu/halld/tagger/electronics/design-6-2007/ADC_VHDL.zip ADC Module] | ||
* [http://zeus.phys.uconn.edu/halld/tagger/electronics/design-6-2007/Temp_VHDL.zip Temperature Sensor Module] | * [http://zeus.phys.uconn.edu/halld/tagger/electronics/design-6-2007/Temp_VHDL.zip Temperature Sensor Module] |
Revision as of 19:28, 20 July 2007
This page discusses a project currently under development. Please be aware that information on this page may change as the project progresses.
This module aims to merge the ADC and temperature sensor modules into a single module. Both modules communicate over a shared SPI-like bus, and there are many structural and functional similarities between the two. However, this is a partially completed project. The current VHDL files (which are mostly written but need to be tested) can be found at:
The subprojects (i.e. earlier versions of the separate ADC and temperature sensor modules) can be found at: