Example 2: Noncontinuous Frame Display for 525/60 Format

/* set vertical blanking start for field2

*/

VP_RSETH(vpDisplayHandle , VDVBLKS2,

 

VP_VDVBLKS2_RMK(VD_VBLNK_YSTART2, VD_VBLNK_XSTART2));

 

/* set vertical blanking end for field2

*/

VP_RSETH(vpDisplayHandle , VDVBLKE2,

 

VP_VDVBLKE2_RMK(VD_VBLNK_YSTOP2, VD_VBLNK_XSTOP2));

 

/* set vertical blanking bit register for field 1(VD_VBIT1)

*/

VP_RSETH(vpDisplayHandle , VDVBIT1,

 

VP_VDVBIT1_RMK(VD_VBIT_CLR1, VD_VBIT_SET1));

 

/* set vertical blanking bit register for field 2(VD_VBIT2)

*/

VP_RSETH(vpDisplayHandle , VDVBIT2,

 

VP_VDVBIT2_RMK(VD_VBIT_CLR2, VD_VBIT_SET2));

 

/* No image offsets in this example

*/

/* set image size for field1

*/

VP_RSETH(vpDisplayHandle , VDIMGSZ1,

 

VP_VDIMGSZ1_RMK(VD_IMG_VSIZE1, VD_IMG_HSIZE1));

 

/* set image size for field2

*/

VP_RSETH(vpDisplayHandle , VDIMGSZ2,

 

VP_VDIMGSZ1_RMK(VD_IMG_VSIZE2, VD_IMG_HSIZE2));

 

/* set field1 timing

*/

VP_RSETH(vpDisplayHandle , VDFLDT1,

 

VP_VDFLDT1_RMK(VD_FIELD1_YSTART, VD_FIELD1_XSTART));

 

/* set field2 timing

*/

VP_RSETH(vpDisplayHandle , VDFLDT2,

 

VP_VDFLDT2_RMK(VD_FIELD2_YSTART, VD_FIELD2_XSTART));

 

/* set display field bit register(VD_FBIT)

*/

VP_RSETH(vpDisplayHandle , VDFBIT,

 

VP_VDFBIT_RMK(VD_FBIT_SET, VD_FBIT_CLR));

 

/* set horizontal sync control (VCTL1S)

*/

VP_RSETH(vpDisplayHandle , VDHSYNC,

 

VP_VDHSYNC_RMK(VD_HSYNC_STOP, VD_HSYNC_START));

 

/* set vertical sync start for field1 (VCTL2S)

*/

VP_RSETH(vpDisplayHandle , VDVSYNS1,

 

VP_VDVSYNS1_RMK(VD_VSYNC_YSTART1,VD_VSYNC_XSTART1));

 

/* set vertical sync end for field1 (VCTL2S)

*/

VP_RSETH(vpDisplayHandle , VDVSYNE1,

 

VP_VDVSYNE1_RMK(VD_VSYNC_YSTOP1, VD_VSYNC_XSTOP1));

 

/* set vertical sync start for field2 (VCTL2S)

*/

VP_RSETH(vpDisplayHandle , VDVSYNS2,

 

VP_VDVSYNS2_RMK(VD_VSYNC_YSTART2,VD_VSYNC_XSTART2));

 

SPRU629

Video Port Configuration Examples

A-15

Page 291
Image 291
Texas Instruments TMS320C64x DSP manual VPVDVBLKS2RMKVDVBLNKYSTART2, VDVBLNKXSTART2

TMS320C64x DSP specifications

The TMS320C64x DSP family from Texas Instruments represents a significant milestone in the realm of digital signal processing. Launched as part of the C6000 series, the C64x DSPs are designed for high-performance applications requiring intensive computational capabilities, such as telecommunications, audio processing, video processing, and industrial control systems.

One of the standout features of the TMS320C64x DSP is its VLIW (Very Long Instruction Word) architecture, which allows for an exceptionally high level of parallelism. This architecture enables multiple instructions to be executed simultaneously, boosting the overall throughput and allowing for complex data processing tasks to be completed more quickly than with conventional DSPs.

The C64x DSPs also boast an impressive clock frequency range, typically up to 1 GHz, delivering substantial computational power for real-time processing goals. Additionally, these processors feature extensive on-chip memory, including L1 and L2 cache, which significantly enhances data access speeds and helps reduce bottlenecks during high-demand processing tasks.

Another key characteristic of the TMS320C64x family is its support for advanced instruction sets optimized for specific applications. These include SIMD (Single Instruction, Multiple Data) capabilities, allowing for efficient handling of large datasets often involved in multimedia processing or complex signal manipulation.

For connectivity, these DSPs often integrate advanced interfaces such as EMIF (External Memory Interface) and McBSP (Multichannel Buffered Serial Port), facilitating seamless interaction with a variety of peripheral devices. This ensures that the DSP can suit different application needs and integrate well into various system architectures.

Texas Instruments emphasizes low power consumption with the C64x DSPs, making them ideal for portable or energy-sensitive applications. Advanced power management techniques and technologies, such as dynamic voltage and frequency scaling, are incorporated to further enhance energy efficiency without compromising performance.

In summary, the Texas Instruments TMS320C64x DSP family stands out due to its high-performance capabilities driven by a VLIW architecture, high clock speeds, extensive memory options, a rich instruction set, and advanced connectivity features, all while maintaining power efficiency. These characteristics make it an exceptional choice for developers looking to integrate robust digital signal processing into their applications, whether in telecommunications, audio and video processing, or embedded control systems.