Asee peer logo

Bit Mapped Graphics On A Budget Using The Freescale S10 Microcontroller

Download Paper |

Conference

2009 Annual Conference & Exposition

Location

Austin, Texas

Publication Date

June 14, 2009

Start Date

June 14, 2009

End Date

June 17, 2009

ISSN

2153-5965

Conference Session

Software and Hardware for Educators I

Tagged Division

Computers in Education

Page Count

7

Page Numbers

14.282.1 - 14.282.7

DOI

10.18260/1-2--4986

Permanent URL

https://peer.asee.org/4986

Download Count

291

Request a correction

Paper Authors

biography

Christopher Carroll University of Minnesota, Duluth

visit author page

CHRISTOPHER R. CARROLL earned academic degrees at Georgia Tech and Caltech. He is Associate Professor of Electrical and Computer Engineering at the University of Minnesota Duluth. His interests are digital systems and microprocessor applications, especially as they relate to educational environments.

visit author page

Download Paper |

Abstract
NOTE: The first page of text has been automatically extracted and included below in lieu of an abstract

Bit-mapped Graphics on a Budget Using the Freescale S10 Microcontroller

Abstract

Graphics displays are handy output devices in microcontroller systems. This paper describes a simple and efficient graphics display using a bit-mapped approach, generated by the Freescale S12 microcontroller, implemented on Wytec’s Dragon development board. The display uses an inexpensive CRT monitor or standard television monitor for output, and requires only a few passive components added to the Dragon development board.

This graphics display uses hardware that has been developed earlier, and that has been disclosed and discussed in earlier ASEE papers1,2. This paper describes software that implements the bit- mapped graphics output, and presents some lab experiments that use this graphics display, appropriate for assignments in introductory microcontroller classes.

The critical task in generating a bit-mapped graphics display is getting the bits out of memory to the display’s video signal fast enough to produce adequate resolution on the display. The Serial Peripheral Interface (SPI) unit on the S12 microcontroller is especially suited to high-speed bit stream output. With the bus clock on the Dragon development board at 24 MHz, the SPI can emit streams of bits from memory at up to 12 megabits per second, resulting in a resolution along a scanline of the display of approximately 600 pixels. The resolution along the axis of the display perpendicular to the scanlines is limited to the number of scanlines in the image, which is 239 scanlines in this design using an inexpensive television-type CRT display. In order to reduce the memory demands on the limited resources of the Dragon board, the bit rate emitted by the SPI is reduced to a quarter of the maximum rate, resulting in a display resolution of 239 x 128 pixels. Although this does not compare well with commercial high-resolution graphics displays, it is certainly useful in an educational environment, and is entirely adequate for teaching students how to use bit-mapped graphics.

This paper describes required software and its interaction with the S12 microcontroller SPI unit to produce a bit-mapped graphics display on a standard television or inexpensive CRT display. The paper also investigates several experiments using this graphics display that are possible in an introductory microcontroller course lab setting.

Lab Station

The lab station on which this bit-mapped graphics display is based has been described in earlier ASEE papers1,2. It consists of a Wytec Dragon development board for the Freescale S12 microcontroller3,4, plus some additional hardware and software to implement an alphanumeric matrix keyboard input device and interface to a standard low-cost CRT monochrome display for output. As described in those earlier papers, the CRT display was used originally just to provide character output for display of alphanumeric characters. Figure 1 shows a typical display produced by the CRT output in the original lab station design.

Carroll, C. (2009, June), Bit Mapped Graphics On A Budget Using The Freescale S10 Microcontroller Paper presented at 2009 Annual Conference & Exposition, Austin, Texas. 10.18260/1-2--4986

ASEE holds the copyright on this document. It may be read by the public free of charge. Authors may archive their work on personal websites or in institutional repositories with the following citation: © 2009 American Society for Engineering Education. Other scholars may excerpt or quote from these materials with the same citation. When excerpting or quoting from Conference Proceedings, authors should, in addition to noting the ASEE copyright, list all the original authors and their institutions and name the host city of the conference. - Last updated April 1, 2015