Part Number:DRV8244-Q1Other Parts Discussed in Thread: DRV8842
customer use DRV8244-Q1 to driver door motor,OCP_SEL=0b(customer don't change this register use MCU,the value should be 0b after reset), use independent mode. When the motor is working normally (about 6A), DRV8842 works normally, but when the motor is stuck (Locked-rotor motor current is about 12A), DRV8842 is protected. Customer read the Fault-summary register and find TSD fault. Customer set TSD_RETRY to 1, and driver current only 6A.
(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_9c1b8f7b36ad47a6b80ebcd1c99728f1');
Cherry Zhou:
Hi Jon,
We've escalated this issue on e2e for more assistance and please see the link below:
https://e2e.ti.com/support/motor-drivers-group/motor-drivers/f/motor-drivers-forum/1299721/drv8244-q1-tsd-fault-in-12a-output-current-ocp_sel-0b
Please feel free to reopen this thread if anything needed.
Thanks