var fDesc=new Array(); fDesc[0] = "It also contains a simple test program for each peripheral to exemplify the usage of HAL to control & configure the on-chip peripheral.
This utility contains Hardware Abstraction Layer (HAL) for TMS320x2803x Piccolo devices such as the 28035, 28034, 28033, 28032, 28031, and 28030. This HAL facilitates peripheral configuration using "C"."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }