The following steps can be used to
display a single video on the DMD repeatedly.
- Write Video Frame Rate register.
- The clock count should match the length of the DMD
sequence that is used.
- Write Video Start Address 1 register.
- The start address should match the location of the
video in Flash memory. This can be found in the build log output from
the DLP Composer tool.
- Write Video Configuration 1 register.
- Frame count = number of frames in the video
- Loop count = 1
- Write Video Control register.
- Loop configurations = 1
- Toggle configurations = 0
- Configurations pointer = 0
- Play = 1
- Stop = 0
This configuration will play the video
and then continue to repeat it until the “stop” bit is set. Since the “loop
configurations” bit is set, it will continue to execute this configuration each time
it completes.