数据搜索系统,热门电子元器件搜索
  Chinese  ▼
ALLDATASHEETCN.COM

X  

AN2319 数据表(PDF) 5 Page - STMicroelectronics

部件名 AN2319
功能描述  Using the 64-bit UID in contactless RFID applications
PDF  8 Pages
Scroll/Zoom Zoom In 100%  Zoom Out
制造商  STMICROELECTRONICS [STMicroelectronics]
网页  http://www.st.com
标志 STMICROELECTRONICS - STMicroelectronics

AN2319 数据表(HTML) 5 Page - STMicroelectronics

  AN2319 Datasheet HTML 1Page - STMicroelectronics AN2319 Datasheet HTML 2Page - STMicroelectronics AN2319 Datasheet HTML 3Page - STMicroelectronics AN2319 Datasheet HTML 4Page - STMicroelectronics AN2319 Datasheet HTML 5Page - STMicroelectronics AN2319 Datasheet HTML 6Page - STMicroelectronics AN2319 Datasheet HTML 7Page - STMicroelectronics AN2319 Datasheet HTML 8Page - STMicroelectronics  
Zoom Inzoom in Zoom Outzoom out
 5 / 8 page
background image
AN2319
Application examples
5/8
3
Application examples
Acquiring the UID is quite easy when using high-level SRIxx tags, but additional actions are
required when using low-level SR176 memories.
After sending the INITIATE() and SELECT() command sequence to the tag(s), send a
GET_UID()
command to identify UID values.
SRIxx tags directly return the UID after receiving the GET_UID() command, while SR176
tags do not reply to this command.
If a tag is detected in the reader RF field but no reply is returned after a GET_UID()
command, it is probably a SR176 tag. In this case, the reader must read a specific memory
address to retrieve its UID as shown in Example 2.
The example shown in Section 3.2 is the body of the CRX14_Get_UID() function used in
Example 1.
3.1
Example 1: high-level mnemonic source code
This is an example of a UID acquisition loop using a high-level mnemonic source code.
UCHAR UID[8];
UCHAR blockSize, NoOfBlock, WriteblockAddress;
/********************************************
****
Manage all SRxx
********************************************/
CRX14_Set_Param(0x00);
//RF Off (accessing the Parameter Register of CRX14)
CRX14_Set_Param(0x10);
//RF On
if (CRX14_Initiate())
// (INITIATE() command)
{
CRX14_Select(Chip_ID); (SELECT() command)
CRX14_Get_UID(UID);
if((UID[7]==0xd0)&&(UID[6]==0x02))
switch (((UID[5] & 0xFC)>>2))
{
case 2: //SR176
blockSize=2; NoOfBlock=16; WriteblockAddress=4;
break;
case 3: //SRIX4K
blockSize=4; NoOfBlock=128; WriteblockAddress=7;
break;
}
}



Html Pages

1 2 3 4 5 6 7 8


数据表 下载

Go To PDF Page


链接网址



ALLDATASHEET是否为您带来帮助?  [ DONATE ] 

关于 Alldatasheet   |   广告服务   |   联系我们   |   隐私政策   |   数据表链接    |   链接交换   |   制造商名单
All Rights Reserved©Alldatasheet.com


Mirror Sites
English : Alldatasheet.com  |   English : Alldatasheet.net  |   Chinese : Alldatasheetcn.com  |   German : Alldatasheetde.com  |   Japanese : Alldatasheet.jp
Russian : Alldatasheetru.com  |   Korean : Alldatasheet.co.kr  |   Spanish : Alldatasheet.es  |   French : Alldatasheet.fr  |   Italian : Alldatasheetit.com
Portuguese : Alldatasheetpt.com  |   Polish : Alldatasheet.pl  |   Vietnamese : Alldatasheet.vn
Indian : Alldatasheet.in  |   Mexican : Alldatasheet.com.mx  |   British : Alldatasheet.co.uk  |   New Zealand : Alldatasheet.co.nz
Family Site : ic2ic.com  |   icmetro.com