Using TRF7970A in SPI w/o SS mode, then in Direct Mode 1 Texas Instruments Embedded RF 12/15/2011.

Slides:



Advertisements
Similar presentations
Serial Interface Dr. Esam Al_Qaralleh CE Department
Advertisements

11-1 ECE 424 Design of Microprocessor-Based Systems Haibo Wang ECE Department Southern Illinois University Carbondale, IL I/O System Design.
The 8051 Microcontroller Chapter 5 SERIAL PORT OPERATION.
Programmable Keyboard/ Display Interface: 8279
TK2633 Introduction to Parallel Data Interfacing DR MASRI AYOB.
ECE 371 Unit 13 - Part 1 Serial Peripheral Interface (SPI)
SPI Serial Peripheral Interface. SPI Serial Peripheral Interface is communication between two devices, one bit at a time sequential one bit at time over.
ECE 372 – Microcontroller Design Parallel IO Ports - Interrupts
Serial Peripheral Interface (SPI)
8254 Modes Made by: Ryan wahab (8) Modes Gate is low the count will be paused Gate is high Will continue counting Mode 0: An events counter.
EEE305 Microcontroller Systems Lecture 7: Embedded C using PIC microcontrollers Serial i/o with the XC8 Teaching resources are at
DM0 Timing on the TRF79x0A + MSP430
Serial Peripheral Interface Module MTT M SERIAL PERIPHERAL INTERFACE (SPI)
Khaled A. Al-Utaibi  Intel Peripheral Controller Chips  Basic Description of the 8255  Pin Configuration of the 8255  Block Diagram.
8254 Counter/Timer Counter Each of the three counter has 3 pins associated CLK: input clock frequency- 8 MHz OUT GATE: Enable (high) or disable.
Volume. 1-the idea of the program is to increase, decrease the volume. 2-the program does the following: A-PF8:decrease the volume B-Pf9:increase the.
AT91 Embedded Peripherals
Lecture 20: Communications Lecturers: Professor John Devlin Mr Robert Ross.
Universal Asynchronous Receiver/Transmitter (UART)
Embedded System Design Laboratory October 4, 2002Stanford University - EE281 Lecture #3#1 Lecture #3 Outline Announcements AVR Processor Resources –UART.
8086/8088 Hardware Specifications Power supply:  +5V with tolerance of ±10%;  360mA. Input characteristics:  Logic 0 – 0.8V maximum, ±10μA maximum;
ECE 447: Lecture 8 Timer System (1). ECE 447: 68HC11 Timer System 1.Generating delays - imposing a specific delay between two points in the program by.
Example. SBUF Register SCON Register(1) SCON Register(2)
© 2008 RoboRubik1 11 Technical Communication Skills Practicum Theory of Operation and Hardware Design Narrative.
Asynchronous Serial I/O Unit 12 - Part 1. SCI Registers – Channel 0 SCI0BDH – SCI Baud Rate Register High Byte SCI0BDL – SCI Baud Rate Register Low.
Real-time Systems Lab, Computer Science and Engineering, ASU Quark SPI Interface (ESP – Fall 2014) Computer Science & Engineering Department Arizona State.
Appendix B: System Development Example MTT48 V2.1 B - 1 APPENDIX B: SYSTEM DEVELOPMENT.
RX Serial Peripheral Interface (RSPI)
©2008 R. Gupta, UCSD COSMOS Summer 2008 Peripheral Interfaces Rajesh K. Gupta Computer Science and Engineering University of California, San Diego.
PPI-8255.
Serial Communications Interface Module Slide #1 of 19 MC68HC908GP20 Training PURPOSE -To explain how to configure and use the Serial Communications Interface.
© 2009, Renesas Technology America, Inc., All Rights Reserved 1 Course Introduction  Purpose:  This course provides an overview of the serial communication.
Overview of Project 4 Slides are available at : Due Tuesday 17 th Matthew Murach.
PS/2 Mouse/Keyboard Port
NFC Forum Type 2 Tag Platform Operations with the TRF7970A TI NFC/RFID Applications Team.
CIT 673 Created by Suriyong1 Micro controller hardware architechture.
Essentials of Communication This simple model requires many guarantees. Sender Receiver Communication Link Data.
Revised: Aug 1, ECE263 Embedded System Design Lessons 27, 28 Serial Peripheral Interface.
Digital Electronics.
The Spartan®-3E FPGA Starter Kit board. A computer mouse is designed mainly to detect two-dimensional motion on a surface. Its internal circuit measures.
KyungHee Univ. 1-0 Parallel Input/Output Controller (PIO)
Department of Electronic & Electrical Engineering Serial interfaces Serial Interfaces allow communication between devices sending one bit at a time. In.
Serial Peripheral Interface SPI I2C (i-squared cee)
Chapter Microcontroller
8255:Programmable Peripheral Interface
Communicating. The ATmega16 communicates through one of the following ways: Serial Peripheral Interface (SPI) Universal Synchronous and Asynchronous serial.
1JDW 10/2008 Texas Instruments proprietary information RSSI TRF7960EVM DIRECTIONS.
CE-2810 Dr. Mark L. Hornick 1 Serial Communications Sending and receiving data between devices.
TRF79xx/MSP430/Stellaris Mifare Direct Mode 0 Training Texas Instruments NFC/RFID Apps Team 12/2011 (updated 12/2012) (added slides 13, 21-24)
We Engineer The Sustainable Future. The contents of this presentation are CONFIDENTIAL AND PROPRIETARY. All Rights Reserved. MLX MHz RFID/NFC.
BIRLA VISHVAKARMA MAHAVIDYALAY SUBJECT: SPI PROTOCOL & MAX7221 DISPLAY INTERFACING SUBMITTED BY: KISHAN AVASTHI( ) MANSI CHANDEGARA( )
KEYBOARD/DISPLAY CONTROLLER - INTEL Features of 8279 The important features of 8279 are, Simultaneous keyboard and display operations. Scanned keyboard.
Tiva C TM4C123GH6PM UART Embedded Systems ECE 4437 Fall 2015 Team 2:
How to SEAL and UNSEAL.
I2C Protocol and RTC Interfacing
TI ARM I/O Programming Chapter 2
Chapter 11: Inter-Integrated Circuit (I2C) Interface
RX Watchdog Timer (WDT)
NFC Forum Type 2 Tag Platform Operations with the TRF7970A
BJ Furman ME 106 Fundamentals of Mechatronics 15NOV2012
EEPROM Comparison – Parallel or Serial
NFC Forum Type 2 Tag Platform Operations with the TRF7970A
Instruction cycle Instruction: A command given to the microprocessor to perform an operation Program : A set of instructions given in a sequential.
Using TRF7970A in SPI w/o SS mode, then in Direct Mode 1
Erasable Programmable Logic Devices (EPLDs)
SPI Protocol and DAC Interfacing
Timers.
HD44780 LCD programming From the Hardware Side
Serial Peripheral Interface Bus
Using TRF7970A in SPI w/o SS mode, then in Direct Mode 1
Presentation transcript:

Using TRF7970A in SPI w/o SS mode, then in Direct Mode 1 Texas Instruments Embedded RF 12/15/2011

Procedure Overview The Procedure for entering DM1 in SPI w/o SS is the following: – Write Register 0x00 with 0x21 (Enable TX/RX, see slide 4) – Write Register 0x01 with 0x48 (Select DM1, see slide 4) – Clear IRQ register 0xC0 (see slide 4) – Send Direct Command 17 (Enable decoder, see slide 5) – Write Register 0x00 with 0x61 with 8 extra clock pulses and no stop condition (this puts the part in DM1 and 8 extra clock pulses are needed because there is no stop condition in the communication, see slide 6) – Transmit data using the MOD pin (Green trace) – Receive response in DM1 on I/O_5 (Data Clock in DM1) and I/O_6 (Bit Data in DM1, see slide 7, Note: I/O_6 is labeled MISO)

MOD pin RF field

Write Register 0x00 with 0x21 Write Register 0x01 with 0x48

Clear IRQ register 0xC0 Send Direct Command 17 (Enable decoder)

Write Register 0x00 with 0x61 with 8 extra clock pulses and no stop condition (this puts the part in DM1)

Transmit data using the MOD pin Receive response in DM1 MOD pin