![Silicon Laboratories EZRADIOPRO Si4060 Programming Manual Download Page 28](http://html1.mh-extra.com/html/silicon-laboratories/ezradiopro-si4060/ezradiopro-si4060_programming-manual_1272031028.webp)
A N 6 3 3
28
Rev. 0.7
* PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
* CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*
* This software must be used in accordance with the End User License Agreement.
The "Radio Setup Configuration in Definitions" section is the list of initialization commands that are sent to the radio
over the SPI interface. The structure of one element of the list is shown below. The comment lines describe how
the C definition configures the dedicated API properties. The C define line stands for the initialization command.
/* Set Multiple Properties starting with MODEM_MOD_TYPE
* Starting Location: 0x2000
* Number of properties: 3
* Defaults: 0x02 0x80 0x07
* Descriptions:
* MODEM_MOD_TYPE - Modulation Type.
*
Bit[7] : TX_DIRECT_MODE_TYPE : 0
*
Bit[6:5] : TX_DIRECT_MODE_GPIO [1:0] : 0
*
Bit[4:3] : MOD_SOURCE[1:0] : 0
*
Bit[2:0] : MOD_TYPE[2:0]: 3
* MODEM_MAP_CONTROL - Controls bit mapping.
*
Bit[7] : enmanch : 0
*
Bit[6] : eninv_rxbit : 0
*
Bit[5] : envinv_txbit : 0
*
Bit[4] : envinv_fd : 0
*
Bit[3] : envinv_adcq : 0
* MODEM_DSM_CTRL - DSM control.
*
Bit[7] : dsmclk_sel : 0
*
Bit[6] : dsm_mode : 0
*
Bit[5] : dsmdt_en : 0
*
Bit[4] : dsmdttp : 0
*
Bit[3] : dsm_rst : 0
*
Bit[2] : dsm_lsb : 1
*
Bit[1:0] :dsm_order :3
*/
#
define
RADIO_CONFIGURATION_SET_PROPERTIES_MODEM_MOD_TYPE
0x11, 0x20, 0x03, 0x00, 0x03,
0x00, 0x07
Summary of Contents for EZRADIOPRO Si4060
Page 24: ...AN633 24 Rev 0 7 Figure 20 Supply Current versus Time Diagram from Shutdown to RX State...
Page 67: ...AN633 Rev 0 7 67 Figure 48 Variable Length Packet Reception Flowchart...
Page 69: ...AN633 Rev 0 7 69 Figure 50 Packet Matching Reception Flowchart...
Page 73: ...AN633 Rev 0 7 73 Figure 54 Packet Reception with Automatic RX Hopping Flowchart...
Page 75: ...AN633 Rev 0 7 75 Figure 56 Packet Reception with Manual Rx Hopping...
Page 80: ...AN633 80 Rev 0 7 Figure 62 Long Packet Transmission Workflow...
Page 81: ...AN633 Rev 0 7 81 Figure 63 Long Packet RX Flowchart...