0
726views
Structure of typical C source program for ARM based processor
1 Answer
0
2views

#include "Ipc214x.h" $\;$ // This is the header file that contains all info. about LPC 2148

/* Global variables - accessible by all functions */

int count, bob; $\;$ // global(static variables)


/* Function definitions */

int function1(char x){ $\;$ // parameter passed x to the fn, function returns an …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.