IC测试论坛--专业IC测试网

 找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 73941|回复: 27
打印 上一主题 下一主题

12bit DAC 测试实例-说明较详细,值得参考!

[复制链接]

39

主题

132

帖子

8946

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
8946
跳转到指定楼层
楼主
发表于 2008-9-28 11:25:33 | 显示全部楼层 回帖奖励 |倒序浏览 |阅读模式
12bit DAC 测试实例
The dut is programmed using the ddd card with a three wire serial pattern. All ddd patterns are contained as functions in User.cpp. There are two
methods to program the device. The first method dynamically loads into ddd memory the required pattern based on the dac code desired. The
desired code is passed to the load_pattern() function and only the vectors required for that code are loaded into memory. This method allows the
user to easily load any of the 4096 possible patterns into ddd memory. The drawback to this is that it takes 1mS to run and can only be done from
within a test cycle thereby impacting test time. This method is used only during all codes testing in an engineering environment. The second
method is used for reduced code set testing. All patterns to test the designated reduced code set of this device are pre-loaded into ddd memory
when the test program is loaded. The function used is called pre_load_pattern(). The reduced code set is loaded as follows:
Codes 31 to 48
Codes 4079 to 4095
Codes 64 to 4080 (in steps of 32)
Codes 63 to 4079 (in steps of 32)
Code 0
Code 20
Code 50
In addition there is a pattern used for testing Data Out delay with a special synch bit (ddd chan 5) for capturing the rise and fall edges of Data Out.
The start and stop vectors for all of these codes are stored in memory. Special care should be exercised if any changes are to be made to this code.
Since these start and stop vectors are hard coded, changing any of the patterns will affect them causing improper device operation. If additional
codes need to be tested they should be added on to the end of the sequence so as not to affect the existing ones.

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
回复

使用道具 举报

39

主题

132

帖子

8946

积分

管理员

Rank: 9Rank: 9Rank: 9

积分
8946
沙发
 楼主| 发表于 2014-2-13 11:46:04 | 显示全部楼层
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

QQ|Archiver|手机版|小黑屋|IC测试论坛--专业IC测试网 ( 沪ICP备09068927号

GMT+8, 2024-5-3 01:18 , Processed in 0.191487 second(s), 28 queries .

Powered by Ictest8 © 2005-2020 Ictest8.com

.
快速回复 返回顶部 返回列表