SLOA208B November 2014 – March 2019 TRF7970A , TRF7970A
// Proprietary File # 1 - http://www.ti.com/tool/DLP-7970ABP
uint8_t pui8PropBuffer[43] = {
// File Length
0x00, 0x29, // These two bytes are excluded from the File Length count.
// File Header
0xD1, // NDEF Header
0x01, // Length of record name
0x25, // Length of the payload data
0x55, // Binary encoding of record name - 0x55 (URI RTD)
// Payload
0x01, // URI Identifier code - 0x01 = http://www.
0x74, 0x69, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x74, 0x6f, 0x6f,
0x6c, 0x2f, 0x44, 0x4c, 0x50, 0x2d, 0x37, 0x39, 0x37, 0x30,
0x41, 0x42, 0x50
};