Home · |
JLinkConnection represents a JTAG connection to a programmable device using SEGGER J-Link adapter. More...
Import Statement: | import SAMBA.Connection.JLink 3.2 |
Inherits: |
JLinkConnection can be used to connect to a device using SEGGER J-Link Adapter.
The device must have its JTAG port enabled. For example the SAMA5D4 device needs to recieve a command on the SAM-BA Monitor in order to enable its JTAG port. Please see the datasheet/manual of the device for more information.
The serialNumber to use for the connection.
This property contains the serial number of the SEGGER J-Link Adapter to use for the connection, for example "12345678".
See also Connection::close().
See also Connection::go().
See also Connection::open().
See also Connection::read().
See also Connection::readu8().
See also Connection::readu16().
See also Connection::readu32().
See also Connection::waitForMonitor().
See also Connection::write().
See also Connection::writeu8().
See also Connection::writeu16().
See also Connection::writeu32().
Copyright © 2015-2017 Atmel Corporation | SAM-BA Documentation |