Overview of RPC DRAM PHY
masterThe RPC DRAM PHY supports Reduced Pin Count (RPC) DRAM from Etron, which provides DDR3/DDR3L-level bandwidth using only 22 or 24 pins.
Pinout
CLK/CLK#: Differential clockCS#: Chip selectDQS/DQS#: Differential data strobe (optionalDQS0/DQS0#)DB[15:0]: Parallel commands and DDR dataSTB: Single serial line for serial commands (held low before each transaction)
Command Mechanism
Unlike standard DDR3, RPC does not use dedicated command/address lines. Instead, commands are encoded on the DB and STB lines. The protocol uses a hybrid approach:
- Parallel Commands: The first command in a sequence is sent via the
DBlines. - Serial Commands: Subsequent commands in a sequence are transmitted as serial commands via the
STBline.