- 雷电竞官网登录
- Power Management
- rayapp
- L竞技
- Sensors
- Lighting
- Custom Mixed-Signal ICs (ASICs)
- Power Conversion
- Power Switching
- Memory
- Silicon IP
- GreenPAK Configurable Mixed-Signal
- Timing
- Communications
- IO-Link
- Industrial and Automotive ASICs
- Industrial Edge Computing
- IOX Expansion Module
- IzoT Commissioning Tool (CT)
- IzoT Net Server
- IzoT SDK 2
- IzoT ShortStack SDK
- LNS DDE Server
- LON Upgrade
- LonScanner FX Protocol Analyzer
- Smart Edge Platform
- SmartServer IoT
- SmartServer IoT™ Partner Program
- SmartServer™ IoT Edge Server
- U10 USB Network Interface
- U20 USB Network Interface
- U60 DIN USB Expansion Modules
- U60 FT USB Network Interface Module
- U70 PL-20 USB Network Interface
- Current Control
- Motor Control
- Display
- Modules
- Longevity Program
- Product Selector
- Document Search
- 雷竞技安卓下载
- Application Solution Diagrams
- Connected Health
- Connected Consumer
- Connected rechargeable E-cigarette
- True Wireless Stereo
- USB Type-C ANC Headset
- Beacon, Tracker, Findable
- DECT Ambient Noise Cancellation (ANC) Headset
- Rechargeable E-Cigarette
- Game Controller
- Feature-rich Rechargeable E-Cigarette
- Rechargeable Game Controller
- Bluetooth ANC Headset
- Toothbrush
- Electric MP3 toothbrush
- Voice RCU
- Animal Tracker / Location Tracker
- POS Terminals
- Wall-to-Battery & Direct Charging
- Smart Home
- Smart Appliances
- Industrial & Infrastructure
- Smart Lighting
- Wearables
- Configurable Mixed-signal IC Solutions
- Smart Home
- Home Appliances
- Networking
- Automotive
- Industrial
- Smart Meters
- SoC PMIC Solutions
- Communications
- Connected Medical
- Transportation
- Application Solution Diagrams
- Support
- 雷电竞下载app
You are here
Bi-directional Communication (Transmit First)
Bi-directional Communication (Transmit First)
Communication Protocols Application
Bi-directional communication systems are critical in applications where board area is scarce, or limited contacts are used to connect between devices (for example, a wearable and charger). A transmit-first design indicates that this device will always be enabled first in the transaction.
Ingredients
- Any GreenPAK with OE pins
- No other components are needed
GreenPAK Diagram
Design Steps
- Configure two GPIO pins as Input/Output, one for the data line and one for the clock.
- Create an internal clock signal using a CNT/DLY block configured asreset counter.
- 配置一个移位寄存器来存储传入的数据,shown inTechnique: Building a Shift Register. Shift registers can be read with I2C.
- Add PGEN to send outgoing data. The PGEN contents can be changed using I2C.
- Configure DFF to enable transmission. Connect output to transmit clock signal andOEof I/O pins.
- Add CNT/DLY block to disable transmission, withclkinput from DFF. Connect Edge Det block to reset DFF after set number of clock pulses.
- Connect the external clock to the shift register and connect the internal clock to PGEN and I/O pins.