S D B C - D K 3 U G
Rev. 0.3
55
10.2. Si4432 Header File
/*************************************************************************************
**
**
FILE --- Si4432.h
**
**
DESCRIPTION
**
Header files for Si4432 usage, contains RF specific definition and type declaration
**
**
CREATED
**
Silicon Laboratories Hungary Ltd
**
**
COPYRIGHT
**
Copyright 2008 Silicon Laboratories, Inc.
** http://www.silabs.com
**
*************************************************************************************/
#ifndef Si4432_H
#define Si4432_H
#include "C8051.h"
/* ========================================= *
*
APPLICATION SPECIFIC DEFINITIONS *
* ========================================= */
// define the default radio frequency
#define FREQ_BAND_SELECT 0x75
// frequency band select
#define NOMINAL_CAR_FREQ1 0xBB
// default carrier frequency: 915 MHz
#define NOMINAL_CAR_FREQ2 0x80
//packet
settings
#define PREAMBLE_LENGTH (4)
// 4 byte preamble
#define
PD_LENGTH
(2)
//
preamble detection threshold in nibbles
The max length of the received data packet is defined here (in data bytes).
#define MAX_PAYLOAD_LENGTH (64)
/* ========================================= *
*
D E F I N I T I O N S
*
* ========================================= */
// definitions for register usage
#define
REG_READ
(0x00)
#define
REG_WRITE
(0x80)
#define
NMBR_OF_SAMPLE_SETTING
(9)
#define
NMBR_OF_PARAMETER
(13)
Summary of Contents for C8051F930
Page 2: ...SDBC DK3 UG 2 Rev 0 3 ...
Page 9: ...SDBC DK3 UG Rev 0 3 9 Figure 5 MSC DBSB8 Schematic 2 of 2 ...
Page 21: ...SDBC DK3 UG Rev 0 3 21 Figure 24 Active Antenna and RSSI Indications ...
Page 23: ...SDBC DK3 UG Rev 0 3 23 Figure 26 Lab Equipment Connection Diagram ...
Page 75: ...SDBC DK3 UG Rev 0 3 75 NOTES ...