online debug注意点

  1. ARRAY_I定义:run()中直接给定大小有限制,不规则,大概是300000-499999之间。两个解决办法:①用resize限制大小②将定义放到run()前面
  2. pattern修改后不能保存:RDI_configure文件中,参数SETUP_UPTODATE赋值修改为false。解释如下:Specify this option to TRUE to have NO * (asterisk) in the setuptool; or to FALSE to have * in the setuptool. The default value is FALSE.
  3. 由于license限制,主时钟被限制在50MHz之内,加快主时钟后,MCK对应的通道带宽要进行对应修改。修改后若仍然报错,且报错pin为电源pin或者不明确,则可能是device定义时设置了Testpoints,该参数为电路测试点,产品测试中并未有该项测试,需修改为0(默认值10000)。Testpoints释义:
Short description:    Number of testpoints per pin 
Values:   Default:    10000 
Maximum:              1048576
Change Device wizard: Testpoints 
DSCP command:         n/a 
Note:                 This parameter has the biggest influence on the memoryusage and should therefore be set with caution: Each testpointoccupies some tens bytes of the card memory 
  1. 复制工程后编译method不能调用:要修改隐藏文件.project,位置:device目录下
  2. Error happening in creating TestMethod “” :std:bad_alloc——未解决,不知道发生异常点在哪
  3. 上电时or下电时警告
    有的时候下电点击两次出现警告,需要注意第一次点击时硬件已经下电,再次点击出现该警告先继续观察,原因未知。当出现该警告时需要检查:①ilimit设置是不是太小②channel总电容值是否超出limit
  4. ARPM-Can't active set 201001 for DCS pin
    上电状态下,切换了V/I range
  5. Prober Drives——configuration parameters
    (1)prober_site_ids
    The order and naming of the site IDs should match the equipment documentation to avoidconfusion. The left most entry refers to the first equipment site, the right most entry refers tothe last equipment site.
    (2)prober_site_mask
    This mask tells the driver which of the equipment sites are active (=1) and which are(currently) deactivated (=0).
    (3)smartest_site_to_prober_site_map(与pin configuration对应,顺序决定site递增递减方向)
    Maps the SmarTest sites to the equipment sites. The mapping corresponds to handler_site_ids, or prober_site_ids,respectively.
    (4)multi_site_die_offsets(与(3)同方向则同向递增,逆方向则反向递减,举例)
    This parameter defines a list of X/Y pairs. Each pair represents the relative die position of asite with respect to the primary die (the relative position of the primary die to itself is 0,0).The list starts with site 1, then site 2, and so on. The direction of X and Y axis is as definedin the wafermap.
    举例:在这里插入图片描述
  6. 读取.csv表格文件
    (1)读取分隔符前面字符时,按字符读取,没读到一个添加至数组中一个,此时,需要注意数组大小是否合适,否则会报指针错误,信息如下:
    在这里插入图片描述
  7. 字符串编辑
    (1)使用strcat()、strcapy()此类函数时,运行时中断报错,无详细信息
    主要是char定义的问题,若是指针,则无法对值进行修改,数组可以,但要规定好空间大小
  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值