NOTICE: The Processors Wiki will End-of-Life on January 15, 2021. It is recommended to download any files or other content you may need that are hosted on processors.wiki.ti.com. The site is now set to read only.

User:Steve

From Texas Instruments Wiki
Jump to: navigation, search

Useful templates[edit]

Examples[edit]

code[edit]

<syntaxhighlight lang=c> void BasicLoop(int *output, int *input1, int *input2, int n) {

   int i;
   for (i=0; i<n; i++)
       output[i] = input1[i] + input2[i];

} </syntaxhighlight>

docs[edit]

Useful tools[edit]

  • Excel to wikitext converter [1]

examples[edit]

Helpful tips image.jpg

put the title of the tip here

stuff goes there