The subdirectories in this directory contain simple C5402 BIOS programs that use various modules
and functions of BIOS. Their purpose is to demonstrate how to use BIOS functions and provide a
working example of various BIOS functions.

Each example contains a text file that explains the function being used and instructions on how to create 
and run the example program. A working project, which was built in c:\bios_examples\<module_function_example> 
and assumes that Code Composer Studio was installed in c:\ti, is provided in a zip file.  You may also create 
a project from scratch using the source files and instructions provided with each example.

These examples were build for the C5402 DSK and refers to pages in the C54x BIOS documentation. However, 
the source code and instructions can easily be adapted for other targets.

It is assumed you have a basic working knowledge of using Code Composer Studio and it is not the intention 
of these examples to teach the basics of Code Composer Studio. It is suggested that you read and execute 
the examples provided in the Code Composer Studio Tutorial if you are not familiar with creating projects 
and executing programs before using these examples.

