TI SK-AM64B
Jump to navigation
Jump to search
This article describes specifics for the TI SK-AM64B evaluation board.
Preparing for J-Link
- Connect the J-Link to J14 using the TI-CTI-20 Adapter
- Set the boot mode according to the table in the subsection Boot Modes.
- Power the board using a USB-PD capable USB-C power supply connected to J8.
- 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 | 00000010 | 00011011 | |
| DEV boot | 00000000 | 01111011 | 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 SK-AM64B.
It is a simple Hello World sample, running on the R5_0 core from RAM.
SETUP
- Embedded Studio: V8.28
- Hardware: TI SK-AM64B
- Link: File:TI AM64xx R5 0 TestProject ES V828.zip