基于MSP430智能卡交互平臺(tái)的設(shè)計(jì)與實(shí)現(xiàn)
本文選題:智能卡 + 讀寫(xiě)器。 參考:《北京工業(yè)大學(xué)》2013年碩士論文
【摘要】:隨著智能卡技術(shù)的發(fā)展與普及,智能卡應(yīng)用已在眾多領(lǐng)域成為信息存儲(chǔ)、交互的重要介質(zhì)。作為信息交互的終端,不同應(yīng)用場(chǎng)合中的智能卡讀寫(xiě)器也展示出自己的獨(dú)有的特點(diǎn)。手持式移動(dòng)智能卡讀寫(xiě)終端因在工作時(shí)無(wú)法與上位機(jī)相連而獲取能量,不得不采用蓄電池供電。非接觸式智能卡讀寫(xiě)器工作時(shí)通過(guò)發(fā)射電磁場(chǎng)與智能卡交互,會(huì)有較大的能耗。為了延長(zhǎng)讀寫(xiě)器的工作時(shí)間,降低讀寫(xiě)器的功耗就成為整個(gè)系統(tǒng)設(shè)計(jì)的基本目標(biāo)之一。 本論文對(duì)嵌入式系統(tǒng)的設(shè)計(jì)方法與設(shè)計(jì)流程進(jìn)行了研究與分析,制定了低功耗嵌入式系統(tǒng)的總體設(shè)計(jì)方案,采用了具有低功耗特性的處理器MSP430F5519及射頻接口芯片TRF7960,構(gòu)建了手持非接觸式智能卡交互平臺(tái)。MCU通過(guò)SPI接口控制射頻芯片與智能卡進(jìn)行交互,通過(guò)UART接口交互的狀態(tài)與結(jié)果發(fā)給上位機(jī)PC。本論文還研究了ISO14443A非接觸式智能卡的基本通信協(xié)議,在IAR編譯環(huán)境下使用C語(yǔ)言開(kāi)發(fā)符合ISO14443A協(xié)議標(biāo)準(zhǔn)的讀寫(xiě)器Firmware。實(shí)現(xiàn)了讀寫(xiě)器與智能卡的底層數(shù)據(jù)交互以及協(xié)議層的通信握手機(jī)制。本論文通過(guò)對(duì)MCU與射頻芯片的低功耗的功能與特性的研究,從軟件和硬件兩方面提出了降低讀寫(xiě)器功耗的解決方案。采取降低系統(tǒng)時(shí)鐘的工作頻率、減少片外晶體使用量等方法降低了系統(tǒng)硬件的功耗,,通過(guò)采取適時(shí)地關(guān)閉射頻芯片、令MCU進(jìn)入低功耗工作模式等方法,節(jié)約了電池能源,延長(zhǎng)了讀寫(xiě)器的工作時(shí)間。 所設(shè)計(jì)的基于MSP430和TRF7960的讀寫(xiě)器實(shí)現(xiàn)了與智能卡的基本交互功能,并且向應(yīng)用層提供了功能性的接口函數(shù)。應(yīng)用開(kāi)發(fā)者通過(guò)調(diào)用這些功能函數(shù)完成對(duì)讀寫(xiě)器的基本控制、協(xié)議交互控制、信息傳輸控制、外圍設(shè)備控制等;谏鲜鼋涌诤瘮(shù),該讀寫(xiě)器實(shí)現(xiàn)了與智能卡進(jìn)行交互的基本功能。對(duì)讀寫(xiě)器的低功耗特性進(jìn)行測(cè)試,并且與同類產(chǎn)品做對(duì)比后得出結(jié)論:在實(shí)現(xiàn)同等功能的條件下,基于MSP430的讀寫(xiě)器能比基于8051和基于ARM的讀寫(xiě)器分別節(jié)省了81%和94%的電能。 射頻芯片TRF7960在本讀寫(xiě)器中的成功應(yīng)用為射頻芯片BES1301研發(fā)方案的制定有著指導(dǎo)性的意義和參考價(jià)值。在BES1301的研發(fā)中期,本讀寫(xiě)器本身作為主機(jī)調(diào)試平臺(tái),通過(guò)SPI接口控制BES1301與智能卡進(jìn)行交互,從而驗(yàn)證其數(shù)字部分邏輯的正確性。在芯片開(kāi)發(fā)的后期,本讀寫(xiě)器可作為BES1301芯片的應(yīng)用解決方案,為客戶提供現(xiàn)成的軟硬件設(shè)計(jì)范例及底層Firmware。
[Abstract]:With the development and popularization of smart card technology, smart card application has become an important medium for information storage and interaction in many fields. As a terminal of information exchange, smart card readers in different applications also show their unique characteristics. The hand-held mobile smart card read-write terminal can not be connected to the upper computer while working, so it has to use battery to supply power. When the contactless smart card reader works, it will have large energy consumption by transmitting electromagnetic field and interacting with the smart card. In order to prolong the working time of the reader, reducing the power consumption of the reader becomes one of the basic goals of the whole system design. In this paper, the design method and design flow of embedded system are studied and analyzed, and the overall design scheme of low power embedded system is established. The processor MSP430F5519 with low power consumption and the RF interface chip TRF7960 are used to construct the interactive platform of handheld contactless smart card. MCU controls the interaction between RF chip and smart card through SPI interface. The state and result of the interaction through UART interface are sent to PC. This paper also studies the basic communication protocol of ISO14443A contactless smart card, and develops the reader Firmware-compliant ISO14443A standard with C language under IAR compiling environment. The data interaction between the reader and the smart card and the communication and handshake mechanism of the protocol layer are realized. Based on the research of the function and characteristic of MCU and RF chip, this paper proposes a solution to reduce the power consumption of the reader from the aspects of software and hardware. By reducing the working frequency of the system clock and reducing the use of off-chip crystals, the power consumption of the system hardware is reduced, and the battery energy is saved by switching off the RF chip at the right time and making MCU enter the low-power working mode. Extended the working time of the reader. The designed reader based on MSP430 and TRF7960 realizes the basic interactive function with the smart card and provides the functional interface function to the application layer. By calling these functions, the application developer completes the basic control of the reader, the control of protocol interaction, the control of information transmission, the control of peripheral equipment, and so on. Based on the above interface function, the reader realizes the basic function of interacting with smart card. The low power characteristic of the reader is tested and compared with the similar products. It is concluded that under the condition of realizing the same function, the reader based on MSP430 can save 81% and 94% electric energy respectively than the reader based on 8051 and arm. The successful application of RF chip TRF7960 in this reader has guiding significance and reference value for the development of RF chip BES1301. In the middle of the research and development of BES1301, the reader itself acts as the host debugging platform, and controls BES1301 to interact with the smart card through SPI interface, so as to verify the correctness of its digital logic. In the later stage of chip development, the reader can be used as the application solution of BES1301 chip, providing customers with ready-made software and hardware design examples and the underlying firmware.
【學(xué)位授予單位】:北京工業(yè)大學(xué)
【學(xué)位級(jí)別】:碩士
【學(xué)位授予年份】:2013
【分類號(hào)】:TN409;TP368.12
【相似文獻(xiàn)】
相關(guān)期刊論文 前10條
1 ;英格索蘭推西勒奇多技術(shù)CPU智能卡讀卡器[J];安防科技;2010年08期
2 ;人人一張智能卡[J];每周電腦報(bào);1998年23期
3 魯義軒;;智能卡定制推動(dòng)移動(dòng)業(yè)務(wù)拓展[J];通信世界;2008年25期
4 ;采用智能卡技術(shù)優(yōu)化石油天然氣行業(yè)的身份驗(yàn)證與門禁管理系統(tǒng)[J];網(wǎng)絡(luò)安全技術(shù)與應(yīng)用;2011年08期
5 姚麗娟;智能卡技術(shù)在人才信息管理中的應(yīng)用[J];軟件世界;2000年02期
6 ;智能卡技術(shù)在智能建筑中的應(yīng)用[J];中國(guó)建設(shè)信息;2001年21期
7 杰瑞;;智能卡技術(shù)[J];TWICE消費(fèi)電子商訊;2006年08期
8 齊文忠;;國(guó)家意志催熟RFID產(chǎn)業(yè)[J];金卡工程;2007年06期
9 姚麗娟;智能卡技術(shù)在人才信息管理中的應(yīng)用[J];金卡工程;2003年12期
10 劉廣榮;;中芯國(guó)際推出新智能卡工藝[J];半導(dǎo)體信息;2004年05期
相關(guān)會(huì)議論文 前10條
1 陳俊;肖鈞;魯曉衛(wèi);;長(zhǎng)興重工智能卡證件系統(tǒng)的應(yīng)用[A];2011年CAD/CAM學(xué)術(shù)交流會(huì)議論文集[C];2011年
2 馬克;辛陽(yáng);李忠獻(xiàn);;基于RSA算法的TLS協(xié)議在智能卡上的設(shè)計(jì)與實(shí)現(xiàn)[A];2011年通信與信息技術(shù)新進(jìn)展——第八屆中國(guó)通信學(xué)會(huì)學(xué)術(shù)年會(huì)論文集[C];2011年
3 郭玉輝;王彥瑜;李小強(qiáng);喬衛(wèi)民;;基于MSP430F149單片機(jī)的真空遠(yuǎn)程控制系統(tǒng)軟件編程[A];第11屆全國(guó)計(jì)算機(jī)在現(xiàn)代科學(xué)技術(shù)領(lǐng)域應(yīng)用學(xué)術(shù)會(huì)議論文集[C];2003年
4 曾水平;彭誠(chéng);;基于MSP430的鋁電解初晶溫度測(cè)量裝置[A];第九屆全國(guó)信息獲取與處理學(xué)術(shù)會(huì)議論文集Ⅰ[C];2011年
5 王智超;林春;;基于MSP430低功耗甲醛檢測(cè)儀的設(shè)計(jì)[A];慶祝北京制冷學(xué)會(huì)成立三十周年暨第十屆學(xué)術(shù)年會(huì)論文集[C];2010年
6 李猛;代永革;張興和;;Xmodem協(xié)議在MSP430單片機(jī)上的實(shí)現(xiàn)[A];2007'中國(guó)儀器儀表與測(cè)控技術(shù)交流大會(huì)論文集(二)[C];2007年
7 于博;戚金清;王兢;;基于MSP430的無(wú)線氣體傳感器采集系統(tǒng)[A];第八屆全國(guó)信息獲取與處理學(xué)術(shù)會(huì)議論文集[C];2010年
8 劉明鑫;汪學(xué)剛;鄒林;;基于TC35i和MSP430無(wú)線傳輸系統(tǒng)[A];第九屆全國(guó)信息獲取與處理學(xué)術(shù)會(huì)議論文集Ⅰ[C];2011年
9 焦純;王樹(shù)強(qiáng);楊國(guó)勝;盧虹冰;周智明;霍旭陽(yáng);韓晟;;基于MSP430的微功耗分布式測(cè)溫系統(tǒng)的設(shè)計(jì)[A];2008中國(guó)儀器儀表與測(cè)控技術(shù)進(jìn)展大會(huì)論文集(Ⅰ)[C];2008年
10 楊洋;胡靜;宋鐵成;沈連豐;;應(yīng)用于農(nóng)業(yè)灌溉的無(wú)線傳感器網(wǎng)絡(luò)節(jié)點(diǎn)設(shè)計(jì)與實(shí)現(xiàn)[A];2009通信理論與技術(shù)新發(fā)展——第十四屆全國(guó)青年通信學(xué)術(shù)會(huì)議論文集[C];2009年
相關(guān)重要報(bào)紙文章 前10條
1 ;金普斯智能卡技術(shù)服務(wù)聯(lián)通[N];人民郵電;2002年
2 斯倫貝謝神碼 蔡曉明;智能卡技術(shù)發(fā)展趨勢(shì)[N];中國(guó)電子報(bào);2001年
3 ;WIM對(duì)WAP的安全支持和應(yīng)用(一)(未完待續(xù))[N];網(wǎng)絡(luò)世界;2000年
4 本報(bào)記者 邱偉;30億美元欺詐逼迫信用卡升級(jí) 握奇科技圖謀“中國(guó)標(biāo)準(zhǔn)”牟利[N];21世紀(jì)經(jīng)濟(jì)報(bào)道;2004年
5 斯倫貝謝測(cè)試與交易亞洲區(qū)智能卡推廣副總裁 Jean Claude Deturche;無(wú)線通信&移動(dòng)商務(wù):智能卡強(qiáng)力驅(qū)動(dòng)引擎[N];中國(guó)電子報(bào);2001年
6 本報(bào)記者 嚴(yán)瀟瀟;智能卡盛會(huì):發(fā)展的渴望[N];中國(guó)計(jì)算機(jī)報(bào);2001年
7 卜再;數(shù)字化奧運(yùn)[N];中國(guó)計(jì)算機(jī)報(bào);2005年
8 杭州利爾達(dá)單片機(jī)技術(shù)有限公司技術(shù)總監(jiān) 梁源;低功耗 多功能:電子電能表新趨勢(shì)[N];中國(guó)電子報(bào);2005年
9 ;六大熱點(diǎn)驅(qū)動(dòng)智能卡市場(chǎng)[N];證券日?qǐng)?bào);2004年
10 斯倫貝謝公司智能卡事業(yè)部總栽 Olivier Piou;智能卡面向電子化的未來(lái)[N];中國(guó)電子報(bào);2000年
相關(guān)博士學(xué)位論文 前7條
1 王明宇;低功耗雙界面CPU智能卡芯片的研究與設(shè)計(jì)[D];復(fù)旦大學(xué);2011年
2 范亞軍;無(wú)線移動(dòng)網(wǎng)絡(luò)中的認(rèn)證密鑰交換協(xié)議及其應(yīng)用研究[D];北京郵電大學(xué);2012年
3 黃尹;認(rèn)證協(xié)議及其在網(wǎng)絡(luò)安全系統(tǒng)中的應(yīng)用研究[D];武漢大學(xué);2010年
4 車文毅;半有源超高頻射頻識(shí)別標(biāo)簽芯片的研究與設(shè)計(jì)[D];復(fù)旦大學(xué);2010年
5 朱華;基于頻域采樣的聲表面波射頻識(shí)別系統(tǒng)研究[D];上海交通大學(xué);2009年
6 劉振宇;基于RFID與TD-SCDMA的家電生產(chǎn)過(guò)程信息追溯技術(shù)研究[D];中國(guó)海洋大學(xué);2009年
7 何加亮;基于散列函數(shù)的RFID安全協(xié)議研究[D];吉林大學(xué);2012年
相關(guān)碩士學(xué)位論文 前10條
1 張永華;基于MSP430智能卡交互平臺(tái)的設(shè)計(jì)與實(shí)現(xiàn)[D];北京工業(yè)大學(xué);2013年
2 梁佩;智能卡設(shè)計(jì)的視覺(jué)語(yǔ)言應(yīng)用研究[D];湖南師范大學(xué);2013年
3 張虎軍;便攜式超低功耗心電聽(tīng)診儀的研制[D];第一軍醫(yī)大學(xué);2004年
4 余t
本文編號(hào):2067980
本文鏈接:http://sikaile.net/kejilunwen/jisuanjikexuelunwen/2067980.html