var fDesc=new Array(); fDesc[0] = "This utility contains Hardware Abstraction Layer (HAL) for F2810/F2812 DSP device to facilitate peripheral configuration using "C". It also contains a simple test program for each peripheral to exemplify the usage of HAL to control & configure the on-chip peripheral.
The DSP281x peripheral header files and example projects included in (SPRC097) facilitate writing in C/C Code for the Texas Instruments ‘281x DSPs. The code can be used as a learning tool or as the basis for a development platform depending on the current needs of the user."; 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 = ''; } }