I'm trying to figure out basic things about how the c5505 USBSTICK is initialized, and having a hard time with it. A big problem is these functions that seem to be sprinkled throughout the example code and I cannot find the actual function definitions to see what code it is running. Examples of what I am talking about are:
USBSTK5505_init( );
InitSystem();
SYS_GlobalIntEnable();
reset_RTC();
These functions are used in many examples, but when I right click on them in CCS, and click "go to definition" it never finds anything. Where are these functions defined, and better yet, is there documentation on these functions?