Changeset 10743
- Timestamp:
- 05/18/11 18:46:48 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
firmware/FAD/doc/memory_manager.tex
r10181 r10743 226 226 \hline 227 227 0x8000 & 0xFB01 & Start Flag - fix value: "FB01" \\ 228 0x8001 & 0xllll & package length in 16bit words \\229 0x8002 & 0xvvvv & version - deduced from SVN revision number \\230 0x8003 & 0xsssP & 12 bits for status - TBD - 4 bit showing PLLLCK status \\231 \hdashline 232 0x8004 & 0x00T6 & FTM trigger ID byte 6 : CRC \\228 0x8001 & 0xllll & package length in 16bit words - unsigned short - network byte order\\ 229 0x8002 & 0xvvvv & version - high byte:version - low byte: subversion - network byte order \\ 230 0x8003 & 0xsssP & 12 bits for status - TBD - 4 bit showing PLLLCK status unsigned short - network byte order - see \ref{subsec_explain_regs} \\ 231 \hdashline 232 0x8004 & 0x00T6 & FTM trigger ID byte 6 : CRC ----------see FTM specifications ... this is just a copy\\ 233 233 0x8005 & 0xT5T4 & ... bytes 5 and 4 : Type 2 and Type 1\\ 234 234 0x8006 & 0xT3T2 & ... bytes 3 and 2 : TRG number high word \\ … … 242 242 0x800C & 0x0(cid)8(bid) & Board ID \\ 243 243 0x800D & DCM-PS & status of ADC clock phase shifter , value and locked-bit\\ 244 0x800E & TRG-GEN-No& Number of Triggers to generare, when 'trigger continous' issued \\244 0x800E & TRG-GEN-No& Number of Triggers to generare, when 'trigger continous' issued -- not implemented\\ 245 245 0x800F & TRG-GEN-DIV& continous trigger generator clock prescaler \\ 246 246 \hdashline … … 250 250 0x8013 & DNA10 & LSB of DNA \\ 251 251 \hdashline 252 0x8014 & timer32 & timer high word \\252 0x8014 & timer32 & timer high word -- in units of ??? \\ 253 253 0x8015 & timer10 & timer low word \\ 254 254 0x8016 & more status1 & reserved for status info; high word \\ … … 280 280 All data may be treated as 64bit aligned. And the data readout process does not need jump over words during data sending. 281 281 282 \newpage 283 \subsection{meaning of registers ... shit title} 284 \label{subsec_explain_regs} 282 285 283 286 \newpage
Note:
See TracChangeset
for help on using the changeset viewer.