Part Number:UCC5870QDWJEVM-026
我按照GUI的操作说明来操作,但是在过程中,Configure1无法调到configure2,并且每次调到Configure2,都会自动跳转回configure1,是 什么原因造成的?是因为寄存器配置还是其他电路问题吗
Johnsin Tao:
Hi
按照user guide: https://www.ti.com.cn/cn/lit/ug/sluuc64/sluuc64.pdf?ts=1660019795019 第11~12页 应该是需要confirm.
,
Haoyu Wang:
(function(id)
{var v = document.getElementById(id);var op = v.style.position, ol = v.style.left, or = v.style.right, fe = [];var nodeLimit = 50;checkVideo = function() {if (!v.canPlayType || v.error) {var bound = 0;while (v.childNodes.length > 0 && bound < nodeLimit) {bound++;if (v.childNodes[0].nodeName != 'SOURCE') {v.parentNode.insertBefore(v.childNodes[0], v);}}v.parentNode.removeChild(v);} else if (v.readyState == 0) {window.setTimeout(checkVideo, 249);}},checkVideoRendered = function() {if (v.networkState == 1 && v.readyState == 4) {v.style.position = op;v.style.left = ol;v.style.right = or;for (var i = 0; i < fe.length; i++) {fe[i].parentNode.removeChild(fe[i]);}} else {window.setTimeout(checkVideoRendered, 249);}}if (navigator.userAgent.indexOf('iPad') == -1 && navigator.userAgent.indexOf('iPhone') == -1 && navigator.userAgent.indexOf('iPod') == -1) {window.setTimeout(checkVideo, 249);}
})('v_3c09ef17a97f4b8d81668ae9c9422b37');感谢您的回复。但是还是有这个问题,我附上了视频,是关于我的操作过程的界面,CON1始终无法转换为CON2,麻烦您 看一下,这究竟是什么问题造成的?供电、USB连接都没问题
,
Johnsin Tao:
Hi
我这边没有相应的硬件来调试确认,只能按照user guide上推荐的步骤来建议你调试确认。
或者你可以在美国E2E上问一下,他们是有硬件平台来确认的: https://e2e.ti.com/
TI中文支持网


