mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
Note inconsistency in FPGA frame layout docs.
This commit is contained in:
parent
6804e719e5
commit
6f38c814a7
1 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,9 @@
|
||||||
/*
|
/*
|
||||||
Communication between ARM / FPGA is done inside armsrc/fpgaloader.c (function FpgaSendCommand)
|
Communication between ARM / FPGA is done inside armsrc/fpgaloader.c (function FpgaSendCommand)
|
||||||
Send 16 bit command / data pair to FPGA
|
Send 16 bit command / data pair to FPGA
|
||||||
|
|
||||||
|
BUGBUG -- Conflicts with information in ../fpga/define.v
|
||||||
|
|
||||||
The bit format is: C3 C2 C1 C0 D11 D10 D9 D8 D7 D6 D5 D4 D3 D2 D1 D0
|
The bit format is: C3 C2 C1 C0 D11 D10 D9 D8 D7 D6 D5 D4 D3 D2 D1 D0
|
||||||
where
|
where
|
||||||
C is 4bit command
|
C is 4bit command
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue