This is an old revision of the document!


2. Exercise: Packet Reception

Most protocol in communication networks are packet oriented. To receive a packet, CC1200 has a built in packet reception protocol engine. Using the engine, C1200 waits until the medium gets active by recognizing a preamble and s sync word. The patterns of the preamble and sync-word is programmable. The data after the sync word will be stored into an RX FIFO. The content of the FIFO can be read byte by byte by the user at the address 0x3F with the user of the function cc1200_reg_read. After the packet has been received, the internal protocol engine will check an optional CRC. The CRC will not be stored in the FIFO. The result of the CRC check and also the RSSI of the received packet, is optional available after the packet in the FIFO. The protocol engine will handle two types of packets: either fixed length packets or variable length packets.

The aim of this exercise is to receive packets of fixed length packets and variable length packets.

network_protocol_programming_lab/15.3_2_exercise.1588833119.txt.gz · Last modified: 2020/05/07 08:31 by rathke
CC Attribution-Noncommercial-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0