Arrow MC27561-TIGER User manual

Document
MC27561 Tiger – User’s Guide
04/02/2018
Doc: MC27561 Tiger User’s Guide, Rev 1.0 1 of 44
MC27561 - TIGER
User’s Guide
All information contained in these materials, including products and product
specifications, represents information on the product at the time of publication
and is subject to change by Arrow Electronics without notice.

Document
MC27561 Tiger – User’s Guide
04/02/2018
Doc: MC27561 Tiger User’s Guide, Rev 1.0 2 of 44
Revisions
REVISION
DATE
DESCRIPTION
STATUS
AUTHOR
REVISER
Ver. 1.0
04/02/2018
First release
fInal
Disclaimer
All rights reserved. No parts of this manual may be reproduced in any form
without the express written permission of Arrow Electronics.
Arrow Electronics makes no representations or warranties with respect to the
contents hereof. In addition, information contained herein is subject to change
without notice. Every precaution has been taken in the preparation of this
manual. Nevertheless, Arrow Electronics assumes no responsibility for errors or
omissions or any damages resulting from the use of the information contained
in this publication.
Arrow Electronics does not assume any liability arising out of the application or
use of any of its products or designs. Products designed or distributed by Arrow
Electronics are not intended for, or authorized to be used in, applications such
as life support systems or for any other use in which the failure of the product
could potentially result in personal injury, death or property damage.

Document
MC27561 Tiger – User’s Guide
04/02/2018
Doc: MC27561 Tiger User’s Guide, Rev 1.0 3 of 44
Outline
1. INTRODUCTION....................................................................................................................................... 6
1.1. DESCRIPTION....................................................................................................................................... 6
1.2. KIT CONTENTS ..................................................................................................................................... 6
1.3. GETTING STARTED ............................................................................................................................... 6
2. SYSTEM OVERVIEW................................................................................................................................ 7
2.1. BOARD LAYOUT.................................................................................................................................... 7
2.2. BLOCK DIAGRAM .................................................................................................................................. 8
2.3. BOARD SPECIFICATIONS....................................................................................................................... 8
2.4. ATSAMD21J18A ULTRA LOW-POWER ARM ........................................................................................ 9
2.5. WI-FI MODULE ATWINC1500-MR210................................................................................................. 9
2.6. 32KX8BITS EEPROM (AT24C256C)................................................................................................... 9
2.7. NXP MCU WITH STANDARD RADIO CHIP (MKW41Z512VHT4) ........................................................... 10
2.8. FEATURES......................................................................................................................................... 10
2.9. EEPROM NXH5104......................................................................................................................... 11
3. SECTION ONE (SAMD21 AS PRIMARY MCU)..................................................................................... 12
3.1. CONNECTORS.................................................................................................................................... 12
J1 USB device ......................................................................................................................... 13
J2 DEBUG ............................................................................................................................... 13
Arduino Headers...................................................................................................................... 14
J7 VCC WIFI............................................................................................................................ 15
J8 Antenna conntector............................................................................................................. 15
J9 Power connector................................................................................................................. 16
J13 UART selector................................................................................................................... 16
J15 S2B-PH-SM4-TB............................................................................................................... 16
4. SECTION TWO (KW41 MCU)................................................................................................................. 18
4.1. CONNECTORS.................................................................................................................................... 18
J10 DEBUG ............................................................................................................................. 19
J11 VCC KW41........................................................................................................................ 19
J12 FTDI Cable connector....................................................................................................... 20
J13 UART selection................................................................................................................. 20
J14 A 1006 I/F.......................................................................................................................... 21
J16 Battery isolation ................................................................................................................ 21
5. USAGE.................................................................................................................................................... 22
5.1. POWER SUPPLY ................................................................................................................................. 22
5.2. PUSH BUTTONS AND LEDS................................................................................................................. 23
5.3. I2C ADDRESS................................................................................................................................. 24
6. SOFTWARE DEVELOPMENT................................................................................................................ 25
7. GETTING STARTED WITH ARDUINO IDE AND SKETCH PROJECTS USING SAMD21 AS
PRIMARY MCU............................................................................................................................................... 26
7.1. TOOLS............................................................................................................................................... 26
7.2. SETUP THE ENVIRONMENT.................................................................................................................. 26
7.3. RUN THE SOFTWARE .......................................................................................................................... 28
7.4. IMPORTING THE COMPONENTS LIBRARY.............................................................................................. 29
7.5. OFFICIAL GITHUB LIBRARY REPOSITORY.............................................................................................. 31
8. GETTING STARTED WITH KW41 ......................................................................................................... 32
8.1. TOOLS............................................................................................................................................... 32
8.2. SOFTWARE........................................................................................................................................ 32

Document
MC27561 Tiger – User’s Guide
04/02/2018
Doc: MC27561 Tiger User’s Guide, Rev 1.0 4 of 44
MQTT Demo application code................................................................................................. 32
AT bridge application code...................................................................................................... 33
8.3. SETUP THE ENVIRONMENT.................................................................................................................. 33
8.4. MQTT DEMO APPLICATION................................................................................................................. 39
Gateway setup and MQTT topics determination ..................................................................... 39
Thread node commissioning and network join ........................................................................ 39
8.5. AT BRIDGE APPLICATION..................................................................................................................... 41
9. REFERENCES AND USEFUL LINKS.................................................................................................... 42
9.1. DATA SHEETS .................................................................................................................................... 42
9.2. TOOLS............................................................................................................................................... 43
9.3. WEB SITES........................................................................................................................................ 43
10. TROUBLESHOOTING........................................................................................................................ 44
10.1. DRIVER INSTALLATION PROBLEMS ................................................................................................... 44
Illustrations
FIGURE 1BOARD LAYOUT .................................................................................................... 7
FIGURE 2TOP TOPOLOGY..................................................................................................... 7
FIGURE 3BLOCK DIAGRAM ................................................................................................... 8
FIGURE 4CONNECTORS .................................................................................................... 12
FIGURE 5USB INTERFACE ................................................................................................. 13
FIGURE 6DEBUG CONNECTOR FOR SAMD21.......................................................................... 13
FIGURE 7ARUDINO ZERO PINOUT ........................................................................................ 14
FIGURE 8WIFI JUMPER ..................................................................................................... 15
FIGURE 9ANTENNA CONNECTOR VERSUS PCB ANTENNA .............................................................. 15
FIGURE 10 UART SELECTION.............................................................................................. 16
FIGURE 11 BATTERY CONNECTOR......................................................................................... 16
FIGURE 12 CONNECTORS................................................................................................... 18
FIGURE 13 J10 DEBUG CONNECTOR FOR KW41Z..................................................................... 19
FIGURE 14 POINT OF MEASUREMENT ...................................................................................... 19
FIGURE 15 FTDI CABLE .................................................................................................... 20
FIGURE 16 A1006 I/F CONNECTOR ...................................................................................... 21
FIGURE 17 J16 BATTERY ISOLATION ..................................................................................... 21
FIGURE 18 POWER SUPPLY ................................................................................................. 22
FIGURE 19 PUSH BUTTON &LEDS........................................................................................ 23
FIGURE 20 LAUNCH BOARD MANAGER.................................................................................... 26
FIGURE 21 ARDUINO ZERO CORE INSTALLATION ....................................................................... 27
FIGURE 22 SMARTEVERYTHING CORE INSTALLATION................................................................... 27
FIGURE 23 ARDUINO IDE: VERIFY THE CODE ........................................................................... 28
FIGURE 24 ARDUINO IDE: UPLOAD THE CODE .......................................................................... 28
FIGURE 25 ARDUINO IDE: LAUNCH MANAGE LIBRARIES INTERFACE................................................. 29
FIGURE 26 ARDUINO IDE: LIBRARY MANAGER ......................................................................... 29
FIGURE 27 GITHUB LIBRARIES REPOSITORY ............................................................................ 30
FIGURE 28 -MQTT DEMO SYSTEM OVERVIEW .......................................................................... 33
FIGURE 29 -NXP TIGER FOLDER STRUCTURE ........................................................................... 34
FIGURE 30 -MCUXPRESSO WORKSPACE SELECTION................................................................... 34
FIGURE 31 –SELECT PROJECTS TO IMPORT.............................................................................. 35
FIGURE 32 -IMPORT PROJECTS INTO WORKSPACE ...................................................................... 35
FIGURE 33 -BUILD BOOTLOADER PROJECT .............................................................................. 36

Document
MC27561 Tiger – User’s Guide
04/02/2018
Doc: MC27561 Tiger User’s Guide, Rev 1.0 5 of 44
FIGURE 34 -DAPLINK DRIVE .............................................................................................. 36
FIGURE 35 -BUILD APPLICATION PROJECT............................................................................... 37
FIGURE 36 -DEBUG CONFIGURATION TAB............................................................................... 37
FIGURE 37 -DOWNLOAD AND DEBUG THE CODE ........................................................................ 38
FIGURE 38 -DAPLINK PROBE DETECTED ................................................................................. 38
FIGURE 39 -VOLANSYS GATEWAY LABEL REPORTING MAC ADDRESS ................................................ 39
FIGURE 40 -GET NODE UNIQUE ID ...................................................................................... 40
FIGURE 41 -THE NODE SUCCESFULLY JOIN THE NETWORK ............................................................ 41
FIGURE 42 CORRECT USB DRIVER INSTALLATION...................................................................... 44
Tables
TABLE 1BOARD SPECIFICATIONS............................................................................................ 8
TABLE 2BOARD CONNECTORS ............................................................................................. 12
TABLE 3J2 DEBUG CONNECTOR PIN..................................................................................... 13
TABLE 4ARDUINO PINS DESCRIPTION .................................................................................... 14
TABLE 5UART SELECTION ................................................................................................ 16
TABLE 6BATTERY CONNECTOR............................................................................................. 17
TABLE 7BOARD CONNECTORS ............................................................................................. 18
TABLE 8J10 DEBUG CONNECTOR PIN................................................................................... 19
TABLE 9FTDI CONNECTOR ................................................................................................ 20
TABLE 10 UART SELECTION............................................................................................... 20
TABLE 11 A1006 I/F CONNECTOR KW41 DRIVEN ..................................................................... 21
TABLE 12 POWER SUPPLY................................................................................................... 22
TABLE 13 PUSH BUTTONS &LEDS........................................................................................ 23
TABLE 14 -I2C ADDRESSES............................................................................................... 24

Document
MC27561 Tiger – User’s Guide
04/02/2018
Doc: MC27561 Tiger User’s Guide, Rev 1.0 6 of 44
1.Introduction
1.1. Description
This document describes the TIGER board. The board mounts two MCUs and can
be used in two different ways.
The MCUs are:
1. the ATSAMD21J18A-64 Ultra low-power microcontroller using the 32-bit
ARM® Cortex®-M0+ processor, and
2. the the KW41Z which is an ultra low-power, highly-integrated single-chip
device that enables Bluetooth® low energy (BLE) v4.2 and IEEE®
802.15.4 RF connectivity for portable, extremely low-power embedded
systems.
The board provides the following peripherals or modules:
•Wi-Fi Module
•EEPROM 32k x 8
It is possible to set up the board in two ways:
•Mode 1: using the SAMD21 as primary MCU
•Mode 2: using the KW41 as primary MCU
Therefore the document is divided in two major sections describing the different
modes of operation.
1.2. Kit contents
The following items are included in the box:
•1x Tiger board
1.3. Getting started
The Tiger board, developed by IOTEAM for Arrow Electronics, is a ready-to-use
Internet of Things (IoT) hardware for prototyping new devices. It can be used in
conjunction with Arrow’s shield with a lot sensors.
Please refer to software chapter to learn how to get started to develop your
application using the Arduino IDE.

Document
MC27561 Tiger – User’s Guide
04/02/2018
Doc: MC27561 Tiger User’s Guide, Rev 1.0 7 of 44
2.System overview
2.1. Board layout
The layout of the Tiger board is shown in the picture below.
Figure 1 Board Layout
The top and bottom board layouts (component placement and overlay) are
provided for reference purposes.
Figure 2 Top topology

Document
MC27561 Tiger – User’s Guide
04/02/2018
Doc: MC27561 Tiger User’s Guide, Rev 1.0 8 of 44
2.2. Block diagram
An overview of the functions of the Tiger board is shown in the figure below:
Figure 3 Block diagram
2.3. Board Specifications
MCU
Characteristics
Value
SAMD21
CPU Clock speed
48MHz
Flash Memory
256Kb
SRAM
32Kb
KW41
CPU Clock speed
48MHz
Flash Memory
512Kb
SRAM
128Kb
Connector
1 Power Jack
1 USB
1 Battery connector
2 Debug connector
Arduino compatible PinOut
1 FTDI connector
1 I2C to KW41 connector
Board supply voltage
5V
Operating Voltage
3.3V (*)
Temperature
-20°C to +85°C
Dimensions
68x30 mm
PCB Antenna
RoHS status
Compliant
Table 1 Board specifications
(*) All digital I/O refer to this power of level

Document
MC27561 Tiger – User’s Guide
04/02/2018
Doc: MC27561 Tiger User’s Guide, Rev 1.0 9 of 44
2.4. ATSAMD21J18A Ultra low-power ARM
Atmel® | SMART SAM D21 is a series of Ultra low-power microcontrollers using
the 32-bit ARM® Cortex® -M0+ processor at a maximum of 48MHz.
The size of the SAMD21 used in the Tiger has the following characteristics:
Memory
•256KB in-system self-programmable Flash
•8KB Flash Read-While-Write section
•32KB SRAM Main Memory
•8KB SRAM Low power Memory
Clock Frequency
•32.768kHz crystal oscillator (XOSC32K)
Arduino compliance
•Digital i/o Pins : 20
•PWM Pins: all but 2 and 7
•USART: 2 (USB and TTL Digital)
•Analog Input Pins: 6, 12-bit DAC
•Analog Output Pins: 1, 10-bit DAC
•External Interrupts: All pins except pin 4
More information can be found on the ATMEL SAMD21 Data Sheet (See the link
in chapter 9)
2.5. Wi-Fi Module ATWINC1500-MR210
The ATWINC1500-MR210PA is a low-power consumption 802.11 b/g/n IoT
(Internet of Things) module which is specifically optimized for low power IoT
applications.
The highly integrated module features a small form factor (21.5mm x 14.5mm
x3.4mm), while fully integrating Power Amplifier, LNA, Switch, Power
Management, and PCB antenna.
With seamless roaming capabilities and advanced security, it could be
interoperable with various vendors’ 802.11b/g/n Access Points in wireless LAN.
The module provides SPI and UART to interface to host controller.
2.6. 32Kx8 Bits EEProm (AT24C256C)
This EEPROM is connected to SAMD21 only.
The Atmel® AT24C256C provides 262,144-bits of Serial Electrically Erasable and
Programmable Read-Only Memory (EEPROM) organized as 32,768 words of 8
bits each.

Document
MC27561 Tiger – User’s Guide
04/02/2018
Doc: MC27561 Tiger User’s Guide, Rev 1.0 10 of
44
The device’s cascading feature allows up to eight devices to share a common 2-
wire bus. The device is optimized for use in many industrial and commercial
applications where low-power and low-voltage operations are essential.
The device operates from 1.7V to 5.5V.
EEprom address: the EEProm is mapped to the following I2C address 0x57.
This EEprom is used in conjunction with SAMD21 MCU only.
2.7. NXP MCU with Standard Radio chip (MKW41Z512VHT4)
The KW41Z is an NXP ARM® Cortex®-M0+ MCU ultra low-power, highly-
integrated single-chip device that enables Bluetooth® low energy (BLE) v4.2
and IEEE® 802.15.4 RF connectivity for portable, extremely low-power
embedded systems.
The KW41Z MCU integrates a 2.4 GHz transceiver supporting FSK/GFSK and O-
QPSK modulations, an Arm® Cortex®-M0+ CPU, up to 512 KB Flash and up to
128 KB SRAM, 802.15.4 packet processor, hardware security and peripherals
optimized to meet the requirements of the target applications.
2.8. Features
Multi-Protocol Radio
•2.4 GHz Bluetooth Low Energy version 4.2 Compliant
•IEEE Std. 802.15.4 Standard Compliant
•Typical Receiver Sensitivity (BLE) = -95 dBm
•Typical Receiver Sensitivity (802.15.4) = -100 dBm
•Programmable Transmitter Output Power up to +3.5 dBm
Core and Memories
•Up to 48 MHz Arm® Cortex®-M0+ core
•Up to 512 KB Flash memory
•Up to 128 KB SRAM
•Excellent coexistence performance
•Integrated balun to reduce system cost and PCB board area
Low Power Consumption and Operating Voltage Ranges
•Nine low-power modes to provide power optimization based on application

Document
MC27561 Tiger – User’s Guide
04/02/2018
Doc: MC27561 Tiger User’s Guide, Rev 1.0 11 of
44
2.9. EEPROM NXH5104
This EEPROM is connected to KW41 only.
The NXP NXH5104 is a 4 Mbit serial electrically erasable and programmable read
only memory (EEPROM). It provides byte level and page level serial EEPROM
functions, sector level protection and power-down functions.
The NXP NXH5104 acts as a slave device on the Serial Peripheral Interface (SPI)
bus. The device has been developed for low-power low-voltage applications.
This EEPROM is connected to KW41 MCU only.

Document
MC27561 Tiger – User’s Guide
04/02/2018
Doc: MC27561 Tiger User’s Guide, Rev 1.0 12 of
44
3.SECTION ONE (SAMD21 as primary MCU)
This section describes the Tiger board using SAMD21 as primary MCU. In this
case the KW41 can be used as multi standard radio module.
In this case the Board is supported by the Arduino IDE for a fast and easy
software development cycle (https://www.arduino.cc/en/Main/Software).
The software can also be developed using the Atmel Studio IDE commonly
preferred by professional software engineers
(http://www.atmel.com/Microsite/atmel-studio/).
3.1. Connectors
This chapter gives you an overview of the Tiger connectivity in Mode 1.
Connector
ID
USB
J1
DEBUG Connector for SAMD21
J2
Arduino header
J3,J4,J5,J6
VCC_WIFI
J7
Antenna Connector
J8
External POWER
J9
FTDI Cable connector
J12
UART selector
J13
Battery
J15
Table 2 Board connectors
Connectors’ placement is depicted in the figure below.
Figure 4 Connectors

Document
MC27561 Tiger – User’s Guide
04/02/2018
Doc: MC27561 Tiger User’s Guide, Rev 1.0 13 of
44
J1 USB device
The board is equipped with an USB (J1) Full-Speed (12 Mbps) device port on J1
connector. The Tiger can be powered through this interface.
Figure 5 USB interface
J2 DEBUG
The Tiger board features an on-board DEBUG (J2) that can be used to program and
debug the microcontroller SAMD21.
Figure 6 DEBUG connector for SAMD21
Name
Conn.
Pin
Description
Driven by
+3.3V
J2
1
+3.3V
SWDIO
J2
2
SWDIO
MCU Port PA31
GND
J2
3
GND
SWCLK
J2
4
SWCLK
MCU Port PA30
GND
J2
5
GND
TX
J2
6
TX
MCU Port PA10 TX
Not used
J2
7
Not used
RX
J2
8
RX
MCU Port PA11 RX
Not used
J2
9
Not used
RESETN
J2
10
RESETN
Table 3 J2 DEBUG connector pin

Document
MC27561 Tiger – User’s Guide
04/02/2018
Doc: MC27561 Tiger User’s Guide, Rev 1.0 14 of
44
Arduino Headers
The connectors J3, J4, J5, J6 provide the user with a standard Arduino shield
slot as listed below.
Figure 7 Arudino Zero pinout
Conn.
Pin
Description
Arduino pin label
Driven by
J5
1
Digital I/O D8 / PWM
~8
MCU Port PA06
J5
2
Digital I/O D9 / PWM
~9
MCU Port PA07
J5
3
Digital I/O D10 / PWM SS
~10
MCU Port PA18
J5
4
Digital I/O D11 / PWM MOSI
~11
MCU Port PA16
J5
5
Digital I/O D12 / PWM MISO
~12
MCU Port PA19
J5
6
Digital I/O D13 / PWM SCK
~13
MCU Port PA17
J5
7
Ground pin
GND
J5
8
Analogue Reference (used by ADC)
AREF
MCU Port PA03
J5
9
I2C Interface SDA
SDA
MCU Port PA22
J5
10
I2C Interface SCL
SCL
MCU Port PA23
J3
1
Digital I/O ATN
ATN
MCU Port PB06
J3
2
IOREF
J3
3
Reset
RESET
J3
4
3.3V
J3
5
5V
J3
6
Ground pin
GND
J3
7
Ground pin
GND
J3
8
External Power Supply Input
VIN
J4
1
Analog I/O A0
A0
MCU Port PA02
J4
2
Analog I/O A1
A1
MCU Port PB08
J4
3
Analog I/O A2
A2
MCU Port PB09
J4
4
Analog I/O A3
A3
MCU Port PA04
J4
5
Analog I/O A4
A4
MCU Port PA05
J4
6
Analog I/O A5
A5
MCU Port PB02
J6
1
Digital I/O D0 / Serial1 (RX)
RX<-0
MCU Port PA11
J6
2
Digital I/O D1 / Serial1 (TX)
TX->1
MCU Port PA10
J6
3
Digital I/O D2 / PWM
~2
MCU Port PA14
J6
4
Digital I/O D3 / PWM
~3
MCU Port PA09
J6
5
Digital I/O D4 / PWM
~4
MCU Port PA08
J6
6
Digital I/O D5 / PWM
~5
MCU Port PA15
J6
7
Digital I/O D6 / PWM
~6
MCU Port PA20
J6
8
Digital I/O D7 / PWM
~7
MCU Port PA21
Table 4 Arduino pins description

Document
MC27561 Tiger – User’s Guide
04/02/2018
Doc: MC27561 Tiger User’s Guide, Rev 1.0 15 of
44
J7 VCC WIFI
This is a bridge jumper to enable Wi-Fi Module. The module is factory-enabled;
to disable it, it is necessary to remove the R24 resistance.
Figure 8 WiFi jumper
J8 Antenna conntector
The Tiger board features a PCB Antenna and an on-board Antenna connector to
use the KW41 as multi standard radio module
The FRDM-KW41Z RF circuit provides an RF interface for users to begin
application development. A minimum matching network to the MCU antenna pin
is provided through C36 and L7. An additional matching component, L7, is
provided to match the printed F-antenna to 50 ohm controlled line. An optional
SMA is located at J8. This is enabled by cutting the 10 pF capacitor C36. The
following figure shows the RF circuit in detail.
Figure 9 Antenna connector versus PCB Antenna

Document
MC27561 Tiger – User’s Guide
04/02/2018
Doc: MC27561 Tiger User’s Guide, Rev 1.0 16 of
44
J9 Power connector
This connector is use to power the board with external source with a 5Vdc
voltage only.
J13 UART selector
This connector J13 is used to select the KW41 UART interface:
•by bridging pin 1 and 2 the KW41 UART is connected to the SAMD1 UART;
•by bridging pin 2 and 3 KW41 UART is connected to FTDI (J12).
Figure 10 UART selection
The pins configuration to be used in this section is MODE A as listed in the following table.
MODE
Pin
Function
A
1
Connect KW41 UART to Arduino MCU SAMD21
2
B
2
Connect KW41 UART to FTDI Cable
3
Table 5 UART Selection
J15 S2B-PH-SM4-TB
This connector is used to power the board with a 3.7V Li-Po battery.
Figure 11 Battery connector

Document
MC27561 Tiger – User’s Guide
04/02/2018
Doc: MC27561 Tiger User’s Guide, Rev 1.0 17 of
44
WARNING
Li-Po batteries are charged at 4,2V with a current that is usually half of the
nominal capacity (C/2). This board has a specialized chip that has a preset
charging current of 350mAh. This means that the MINIMUM capacity of the
Li-Po battery shall be 700 mAh.
Smaller cells will be damaged by this current and may overheat, develop internal
gasses and explode, setting on fire the surroundings.
We strongly reccomend that you select a Li-Po battery of at least 700mAh
capacity. A bigger cell will take more time to charge, but won't be harmed or
overheated.
Pin
Funciont
1
POWER +
2
Ground
Table 6 Battery connector

Document
MC27561 Tiger – User’s Guide
04/02/2018
Doc: MC27561 Tiger User’s Guide, Rev 1.0 18 of
44
4.SECTION TWO (KW41 MCU)
This section describes the Tiger board using KW41 as primary MCU.
4.1. Connectors
This chapter gives you an overview of the additional Tiger connectivity for this
mode of operation.
Connector
ID
DEBUG
J10
VCC_KW41
J11
FTDI Cable
J12
Arduino MCU
FTDI Cable
J13
A1006 I/F
J14
Table 7 Board connectors
Connectors’ placement is depicted in the figure below.
Figure 12 Connectors

Document
MC27561 Tiger – User’s Guide
04/02/2018
Doc: MC27561 Tiger User’s Guide, Rev 1.0 19 of
44
J10 DEBUG
The Tiger board features an on-board DEBUG (J10) that can be used to program and
debug the Chip KW41Z
Figure 13 J10 Debug connector for KW41Z
Name
Conn.
Pin
Description
Driven by
+3.3V
J2
1
VCC
SWDIO
J2
2
SWDIO
MCU Port PTA0
GND
J2
3
GND
SWCLK
J2
4
SWCLK
MCU Port PTA1
GND
J2
5
GND
Not used
J2
6
Not used
Not used
J2
7
Not used
Not used
J2
8
Not used
Not used
J2
9
Not used
RESETN
J2
10
KW41 RESET
Table 8 J10 DEBUG connector pin
J11 VCC KW41
This connector is used for current consumption measurement .
Figure 14 point of measurement

Document
MC27561 Tiger – User’s Guide
04/02/2018
Doc: MC27561 Tiger User’s Guide, Rev 1.0 20 of
44
J12 FTDI Cable connector
This connector is used to connect the KW41 UART with a PC to be used as console or for
programming particular components located on optional shields (e.g. must be used in
conjunction MCS27561-SH-NXP shield to configure the Crypto chip.)
To use FTDI interface the J13 jumper must be in “B” position as shown in 4.1.4 J13 Uart
Selection chapter.
Figure 15 FTDI Cable
Pin
Connect to
1
Ground
2
Not used
3
Note used
4
TX
5
RX
6
Not used
Table 9 FTDI Connector
J13 UART selection
Refer to Section ONE 3.1.7
The pins configuration to be used in this section is MODE B as listed in the following table.
MODE
Pin
Function
A
1
Connect KW41 UART to Arduino MCU SAMD21
2
B
2
Connect KW41 UART to FTDI Cable
3
Table 10 UART Selection
Table of contents
Other Arrow Computer Hardware manuals
Popular Computer Hardware manuals by other brands

SIIG
SIIG CE-ED0011-S1 Quick installation guide

BXB Electronics
BXB Electronics BXB-C901 user manual

Supermicro
Supermicro SC815 series user guide

Silicon Laboratories
Silicon Laboratories UDP C8051F960/Si1020 user guide

iSystem
iSystem iC5700 CI BlueBox user manual

Dantel
Dantel 46020-41 Installation & operation manual