Using TRF7970A in SPI w/o SS mode, then in Direct Mode 1

Slides:



Advertisements
Similar presentations
11-1 ECE 424 Design of Microprocessor-Based Systems Haibo Wang ECE Department Southern Illinois University Carbondale, IL I/O System Design.
Advertisements

Programmable Keyboard/ Display Interface: 8279
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)
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.
AT91 Embedded Peripherals
Lecture 20: Communications Lecturers: Professor John Devlin Mr Robert Ross.
Embedded System Design Laboratory October 4, 2002Stanford University - EE281 Lecture #3#1 Lecture #3 Outline Announcements AVR Processor Resources –UART.
Micro-Research Finland Oy Timing System Modules Jukka Pietarinen EPICS Collaboration Meeting, Argonne, June 2006.
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.
© 2008 RoboRubik1 11 Technical Communication Skills Practicum Theory of Operation and Hardware Design Narrative.
MODES OF Details of Pins Pin 1GND –Connected Ground Pins 2-16 AD14-AD0–acts as both input/output. Outputs address at the first part of the cycle.
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.
1 ARM University Program Copyright © ARM Ltd 2013 Using Direct Memory Access to Improve Performance.
Appendix B: System Development Example MTT48 V2.1 B - 1 APPENDIX B: SYSTEM DEVELOPMENT.
RX Serial Peripheral Interface (RSPI)
PPI-8255.
NFC Forum Type 2 Tag Platform Operations with the TRF7970A TI NFC/RFID Applications Team.
Digital Electronics.
KyungHee Univ. 1-0 Parallel Input/Output Controller (PIO)
Serial Peripheral Interface SPI I2C (i-squared cee)
1 Expanded Modes, Bus, External Memory Today: First Hour: Expanded Modes, Bus, Timing –Section of Huang’s Textbook –In-class Activity #1 Second.
Using TRF7970A in SPI w/o SS mode, then in Direct Mode 1 Texas Instruments Embedded RF 12/15/2011.
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)
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.
 The LPC2xxx devices currently have two on- chip UARTS.  Except UART1 has additional modem support.
Application Case Study Christmas Lights Controller
Lecture 10: TI MSP430 Timers and Capture Modes
Serial mode of data transfer
How to SEAL and UNSEAL.
I2C Protocol and RTC Interfacing
TI ARM I/O Programming Chapter 2
EE 107 Fall 2017 Lecture 5 Serial Buses – UART & SPI
Inter-IC Bus (I C) 2.
Chapter 11: Inter-Integrated Circuit (I2C) Interface
UNIT – Microcontroller.
RX Watchdog Timer (WDT)
ECE477 MIDTERM DESIGN REVIEW: TEAM #08
NFC Forum Type 2 Tag Platform Operations with the TRF7970A
8086/8088 Hardware Specifications
Atmega32 Serial Programming Basics
Communication Lines Fundamentals.
Subject Name: Microcontroller Subject Code: 10ES42
BJ Furman ME 106 Fundamentals of Mechatronics 15NOV2012
EEPROM Comparison – Parallel or Serial
NFC Forum Type 2 Tag Platform Operations with the TRF7970A
USART Universal Synchronous Asynchronous Receiver Transmitter
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.
SPI Protocol Sepehr Naimi
It has 12 inputs and a dedicated clock input.
HD44780 LCD programming From the Hardware Side
Programmable Data Communication Blocks
Ranger In-Vehicle Hardware
14 Digital Systems.
Serial Peripheral Interface Bus
Step 1: Enter your Timekeeper Employee number as normal.
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