Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
microprocessor:orbit-boosterpack:reference-manual [2021/05/14 23:03] – ↷ Page moved from reference:microprocessor:orbit-boosterpack:reference-manual to microprocessor:orbit-boosterpack:reference-manual Arthur Brownmicroprocessor:orbit-boosterpack:reference-manual [2023/02/09 01:16] (current) – external edit 127.0.0.1
Line 1: Line 1:
 ====== Orbit BoosterPack Reference Manual ====== ====== Orbit BoosterPack Reference Manual ======
  
-The Digilent Orbit BoosterPack is an add-on board for the Texas Instruments® Tiva™ C Series LaunchPad microcontroller evaluation kit. The Orbit greatly expands the input/output capabilities of the LaunchPad, as well as introducing Digilent Pmod expansion connectors. +<WRAP center round tip 60%> 
 +This module is no longer manufactured, sold, or supported by Digilent. All available resources, including PCB design files, are freely available on the Orbit BoosterPack Resource Center, courtesy of Digilent and the Cosmiac group at the University of New Mexico. 
 +</WRAP> 
 + 
 + 
 +The Digilent Orbit BoosterPack is an add-on board for the Texas Instruments® Stellaris and Tiva™ C Series LaunchPad microcontroller evaluation kits. The Orbit greatly expands the input/output capabilities of the LaunchPad, as well as introducing Digilent Pmod expansion connectors. 
  
 {{Digilent Image Gallery  {{Digilent Image Gallery 
 | image = {{ :reference:microprocessor:orbit-boosterpack:orbit-boosterpack-0.png?direct |}} | image = {{ :reference:microprocessor:orbit-boosterpack:orbit-boosterpack-0.png?direct |}}
-| image = {{ :reference:microprocessor:orbit-boosterpack:orbit-boosterpack-0.png?direct |}} +| image = {{ :microprocessor:orbit-boosterpack:orbit_booster_pack-top-600.png?direct |}}
-| image = {{ :reference:microprocessor:orbit-boosterpack:orbit-boosterpack-0.png?direct |}} +
-| image = {{ :reference:microprocessor:orbit-boosterpack:orbit-boosterpack-0.png?direct |}}+
 }} }}
    
-====== Features ======+===== Features =====
 ---- ----
   * Greatly expands the I/O capabilities of your Tiva LaunchPad kit   * Greatly expands the I/O capabilities of your Tiva LaunchPad kit
Line 47: Line 50:
 Power off VDD Power off VDD
  
-The display has a D/C pin (display or command select) that is used to determine whether bytes sent to the display are interpreted as commands or as display data. The D/C pin is driven high for display buffer access and is driven low for command access. This pin is shared with VBUS detection on the LaunchPad. If VBUS is present, the pull-down resistor acts as a pull-up resistor in conjunction with resistor 6 (R6) on the LaunchPad. Please see the note in the Orbit BoosterPack Schematic available from www.digilentinc.com+The display has a D/C pin (display or command select) that is used to determine whether bytes sent to the display are interpreted as commands or as display data. The D/C pin is driven high for display buffer access and is driven low for command access. This pin is shared with VBUS detection on the LaunchPad. If VBUS is present, the pull-down resistor acts as a pull-up resistor in conjunction with resistor 6 (R6) on the LaunchPad. Please see the note in the Orbit BoosterPack Schematic available from the Orbit BoosterPack Resource Center
    
 The D/C pin is also a non-maskable interrupt (NMI) pin on the LaunchPad, and is “locked” on the device's power-up. In order to unlock the D/C pin to be used as a general purpose output, 0x4C4F434B must be written to GPIOLOCK register. For more information, please see the LM4F120H5QR Datasheet at: www.ti.com.  The D/C pin is also a non-maskable interrupt (NMI) pin on the LaunchPad, and is “locked” on the device's power-up. In order to unlock the D/C pin to be used as a general purpose output, 0x4C4F434B must be written to GPIOLOCK register. For more information, please see the LM4F120H5QR Datasheet at: www.ti.com. 
Line 55: Line 58:
 The UG2832 is a serial device that is accessed using SPI. It is however, a write-only device. It is not possible to read back either the display buffer contents or any kind of status from the panel. The maximum SPI clock frequency supported by the UG2832 is 10 MHz.  The UG2832 is a serial device that is accessed using SPI. It is however, a write-only device. It is not possible to read back either the display buffer contents or any kind of status from the panel. The maximum SPI clock frequency supported by the UG2832 is 10 MHz. 
  
-Digilent has a library for use with the Orbit BoosterPack that provides functions for initializing the display and rendering simple text and graphics onto the display. This library can be used as is or as a starting point for a more sophisticated graphics library and is available at www.digilentinc.com+Digilent has a library for use with the Orbit BoosterPack that provides functions for initializing the display and rendering simple text and graphics onto the display. This library can be used as is or as a starting point for a more sophisticated graphics library and is available in the Orbit BoosterPack Resource Center