Skip to main content

TXW826DK

Overview

The TXW826DK Development Kit (826DK) hardware provides support for the TXW826 SOC and the following devices:

  • ADC
  • CLOCK
  • FLASH
  • GPIO
  • I2C
  • SPI
  • UART
  • USB
  • RADIO (Wi-Fi)
  • RADIO (Bluetooth Low Energy)
  • RTC
  • WDT

More information about the board can be found at the 826DK website. The 826DK Development Kit User Guide contains the SOC's information and the datasheet.

Hardware

826DK has the following features:

  • Two LEDs
  • One Button
  • USB 2.0
  • Wi-Fi/BLE

Supported Features

The 826dk board supports the hardware features listed below.

on-chip/on-boardFeature integrated in the SoC / present on the board.
x2/x2Number of CPU cores that are enabled / disabled.

826dk/txw826

TYPELOCATIONDESCRIPTIONCOMPATIBLE
CPUon-chipCK804-D CPU x2
SRAMon-chipGeneric on-chip SRAM x1sram
LEDon-boardGroup of GPIO-controlled LEDs x2gpio-leds

Connections and IOs

LED

  • LED1 (green) = PA.17
  • LED2 (red) = PA.17

Push Button

826DK has a pushbutton, connected to the PA_20 SOC GPIO pin.

BUTTON1 = SW1 = PA.20

Serial

By default the system UART has the following pin configuration:

SOC PinSignal
PA_21TX
PA_22RX

Debug Connector

PIN #Signal
1VCC
2GND
4GND
5GND
6GND
7UART_TX
8UART_RX
9GND
10GND

Programming and Debugging

Flashing

Here is an example for the Hello World application.

First, run your favorite terminal program to listen for output.

minicom -D <tty_device> -b 115200

Then build and flash the application

txw build
txw flash

References