网站公告列表

  没有公告

加入收藏
设为首页
联系站长
您现在的位置: 61IC中国电子在线 >> 服务导航 >> 帮助中心 >> C6000 >> 文章正文
  DM642使用问题解答         ★★★ 【字体:
DM642使用问题解答
作者:61IC客服    文章来源:本站原创    点击数:    更新时间:2006-5-5    
Important Notices

1.1 Connecting your EVMIMPORTANT!!!!!!
When working with the DM642 EVM, be aware that the video inputs, video outputs, JTAG emulator and EVM power supply all have different ground potential levels. You must follow these procedures to prevent damage to your board.

Always attach your JTAG emulator first before any other cables (video inputs/outputs, power) are connected.
When you connect your video input/output cables make sure the video input and video output sources (camera, DVD, etc.) are turned off. After the cables are connected, you should power all inputs and outputs before applying power to the EVM.
Always connect your EVM power supply last after everything else has been connected and powered up.
Note:



An XDS560 emulator cannot be manually turned off since it is inside your PC. When you connect the XDS560 to an EVM with nothing else plugged in the EVM's ground will be be brought to the level of your XDS560/PC.


--------------------------------------------------------------------------------

Video Examples
2.1 How to switch the video input from Composite to S-Video?
When working with the video examples involving video input signals, the examples are by default set to use the Composite RCA input. Each example uses the DDK to communicate with the video decoders, and has a variable of type SAA7115_ConfParams for that purpose.

SAA7115_ConfParams EVMDM642_vCapParamsSAA7115 = {
inMode
outMode
aFmt
enableBT656Sync
enableIPortOutput
hI2C
};


To reconfigure the example to run S-Video you have to change the analog input format ( aFmt ) in SAA7115_ConfParams from:
SAA7115_AFMT_COMPOSITE
to
SAA7115_AFMT_SVIDEO
Recompile the code and run.
--------------------------------------------------------------------------------

DSP/BIOS Applications

3.1 RTDX bug when establishing an emulation connection
There is an RTDX bug that blocks an emulation connection when a DSP/BIOS appilcation with RTDX enabled is running from Flash memory. In order to establish an emulation connection, disable RTDX before writing the program to Flash memory

Follow these steps to disable RTDX:

Go to the Projects Pane -> Projects -> DSp/BIOS Config and open the .cdb file
In the CDB window go to Input/Output -> right click HST-Host Channel Manager and select Properties
Select NONE for Host Link Type
In the CDB window go to Input/Output -> right click RTDX- Real-Time Data Exchange Settings and select Properties
Un-check the Enable Real-Time Data Exchange (RTDX)
In the CDB window go to System -> right click Global Settings and select Properties
Un-check the Enable Real Time Analysis
Un-check the Enable All TRC Trace Event Classes
With RTDX disabled, the program can run without blocking emulation connections.
               欢迎点击进入:TI德州中文网   (国内唯一针对TI应用的中文技术网站)    文章录入:admin    责任编辑:admin 
  • 上一篇文章:

  • 下一篇文章:
  • 发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口
    最新热点 最新推荐 相关文章
    LF2407 出现的怪问题
    DSP2812中定义软中断
    观察不了寄存器的值?
    线电压如何转换为相电压?
    C语言中的 .switch段
    F2812的CCS和2407的CCS是一样…
    TMS320LF2407 AD疑问
    有没有什么技巧/方法保证烧写…
    为什么自己建立的项目没有CM…
    如何将*.h文件加到项目的Inc…
      网友评论:(只显示最新10条。评论内容只代表网友观点,与本站立场无关!)
    站长:61IC 湘ICP备05002478号