TI TMDS243EVM
Jump to navigation
Jump to search
This article describes specifics for the TI TMDS243EVM evaluation board.
Preparing for J-Link
- Connect the J-Link to J25 using the TI-CTI-20 Adapter
- Set the boot mode according to the table in the subsection Boot Modes.
- Ensure that the power switch SW1 is in the OFF position before powering the board up. Powering up the board while the power switch SW1 is in the ON position can damage the board.
- Connect a 12V DC power source to the barrel jack J8.
- Turn the power switch SW1 to the ON position.
- Verify the Connection with e.g. J-Link Commander. The output should look as follows:
Boot Modes
Debugging using J-Link is supported for following boot modes
| Boot Mode | SW2 | SW3 | Comments |
|---|---|---|---|
| SPI boot | 11011000 | 01000000 | |
| Dev-boot / No-boot | 11011110 | 01000000 | Requires initializing the DMSC |
Example Project
The following example project was created with the SEGGER Embedded Studio project wizard and runs out-of-the-box on the TI TMDS243EVM.
It is a simple Hello World sample, running on the R5_0 core from RAM.
SETUP
- Embedded Studio: V8.28
- Hardware: TI TMDS243EVM
- Link: File:TI AM243x R5 0 TestProject ES V828.zip