var fDesc=new Array(); fDesc[0] = "NoICE is a "full featured" debugger without the "full figured" price.
Many newer microprocessors contain on-chip debugging resources that allow NoICE to burn and debug programs in Flash. NoICE supports this mode of operation for the 68HC12 using BDM or AN2548; the 68HC08 using BDM, AN2140 or MON08; and MSP430 using JTAG."; 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 = ''; } }