OSK5912 Compact Flash Example
The Compact Flash test requires a compact flash card inserted underneath the OSK5912. The primary purpose of the test is to ability to read the card ID and read/write raw data to the Compact Flash Card.
NOTE: This test will write to the first page of the compact flash card, this page is usually reserved for file system data and can corrupt the file system. You can avoid this by commenting the CF_test() call or by using a compact flash card with no file system.
Perform the following steps to run Compact Flash test:
Load Project
Open the cftest.pjt Code Composer project using Project -> Open and selecting cftest.pjt. It is in the directory:
c:\ti\boards\osk5912\examples\cftest
Below is a snapshot of Code Composer with cftest.pjt loaded.
 Click Image to Enlarge
Load Program
Load the cftest.out executable file. Select File -> Load Program. It will open a file browser dialog. Select the cftest.out file in the cftest\Debug directory in the file browser and hit "Open" to load the executable file.
Run Program
Select the Debug -> Run option under the Debug menu. The results will be shown in the ‘Output Window’.
|