wiki:crkit/Software/Firmware/Framework/R3_arch/rmap_pkt
close Warning: Can't synchronize with repository "(default)" (/common/SVN/crkit does not appear to be a Subversion repository.). Look in the Trac log for more information.

Version 10 (modified by khanhle, 14 years ago) ( diff )

--

RMAP Packet

Figure 1 - RMAP Packet Structure



Table 1 - RMAP Header

TYPERMAP packet type
0x2000 - RMAP Read
0x2001 - RMAP Write

Table 2 - RMAP Payload

RMAP_ADDRRegister address to read/write
RMAP_DATARegister data to write, applicable to Write only. For Read, this field is unused
  • For Host -> HW, we have both RMAP Read and Write types. RMAP Processor parses the Type field to initiate either a RMAP read or write cycle.
  • For HW -> Host, we only have RMAP Read type e.g. read data content is fed back to Host. RMAP header added by Packet Processor, Read content by RMAP Processor.
  • Note, UDP port 1000 is used for RMAP packet. Packet Classifier forwards UDP port 1000 packets to RMAP Processor.

..

Attachments (1)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.