EVM6418 Test Example
A variant of the board’s production test code is provided with the EVM6418 as a confidence test (every board passes a superset of these tests before it ships) and as an example of how to manipulate the various board components. You can find the code in :
c:\CCStudio\boards\evm6418\examples\test.
Test status is shown in the Code Composer output window.
External Connections
For UART tests you must have an external loopback connector attached to the RS-232 port to act as a loopback path.
| Index |
Device |
Description |
| 1 |
LEDs |
Cycles the LEDs in a pattern |
| 2 |
SDRAM |
Runs pattern, address and walking 1s tests on the SDRAM |
| 3 |
SBSRAM |
Runs pattern, address and walking 1s tests on the SDRAM |
| 4 |
Codec |
Generates a 1 KHz sine wave on the codec output.t |
| 5 |
Flash ID |
Check Flash manufacturer and device IDs. |
| 6 |
Flash |
Erases and programs the Flash with a pattern. |
| 7 |
I2C EEPROM |
Test the I2C EEPROM with a pattern. |
| 8 |
UART Loopback |
Simple loopback on UART, requires external loopback connector. |
| 9 |
Keypad |
Tests key input on the keypad/display unit. The keypad/display unit must be plugged int. |
Configuring the Tests
Only tests that can complete without external connections are enabled by default. To enable/disable a test simply comment or uncomment the corresponding TEST_execute() call in main().
|