• 大小: 7.02MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-10-15
  • 语言: 其他
  • 标签: msp430  cc113l  cc225l  

资源简介

TI无线模块 cc113l及cc115l,stm8收发代码及官方测试源码(msp430版)可直接运行

资源截图

代码片段和文件信息

//*****************************************************************************
//! @file        chip_information.c
//  
//! @brief     This file holds the chipInfoApp function which gather and 
//                displays information about the EM connected to the TrxEB.
//                The following information is displayed:
//                - Device name
//                - PG version
//                - Crystal frequency
//  Copyright (C) 2013 Texas Instruments Incorporated - http://www.ti.com/
//
//
//  Redistribution and use in source and binary forms with or without
//  modification are permitted provided that the following conditions
//  are met:
//
//    Redistributions of source code must retain the above copyright
//    notice this list of conditions and the following disclaimer.
//
//    Redistributions in binary form must reproduce the above copyright
//    notice this list of conditions and the following disclaimer in the
//    documentation and/or other materials provided with the distribution.
//
//    Neither the name of Texas Instruments Incorporated nor the names of
//    its contributors may be used to endorse or promote products derived
//    from this software without specific prior written permission.
//
//  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
//  “AS IS“ AND ANY EXPRESS OR IMPLIED WARRANTIES INCLUDING BUT NOT
//  LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
//  A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
//  OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT INDIRECT INCIDENTAL
//  SPECIAL EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING BUT NOT
//  LIMITED TO PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE
//  DATA OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
//  THEORY OF LIABILITY WHETHER IN CONTRACT STRICT LIABILITY OR TORT
//  (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
//  OF THIS SOFTWARE EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//****************************************************************************/


/*****************************************************************************
* INCLUDES
*/
#include “lcd_dogm128_6.h“
#include “trx_rf_spi.h“
#include “chip_detect.h“
#include “freq_xosc_detect.h“
#include “hal_timer_32k.h“
#include “menu_system.h“
#include “menu_driver.h“
#include “chip_information.h“
#include “bsp.h“
#include “bsp_key.h“
/******************************************************************************
* LOCAL VARIABLES
*/
static radioChipType_t pRadioChipType;

uint16 id;
uint8  ver;
uint8  xoscFreq;

/******************************************************************************
* STATIC FUNCTIONS
*/
menu_t chipInfoMenu;

// menu item for chipInfoMenu
static const menuItem_t chipInfoMenuItems[] =
{
  {0x00“<-““ Return to menu“00000}
};

// menu to display 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        7203  2018-06-30 13:41  5083e26a894f65c11f33a13deecea5cd.rar
     目录           0  2018-07-02 17:21  swrc219c\
     文件      144615  2013-10-23 11:49  swrc219c\Manifest_swrc219.pdf
     目录           0  2018-07-02 17:21  swrc219c\ide\
     目录           0  2018-07-02 17:21  swrc219c\ide\iar\
     文件       61617  2013-09-27 10:39  swrc219c\ide\iar\Backup of per_test.ewp
     目录           0  2018-07-02 17:22  swrc219c\ide\iar\Debug\
     目录           0  2018-07-02 17:21  swrc219c\ide\iar\Debug\Exe\
     文件      176711  2013-10-23 11:52  swrc219c\ide\iar\Debug\Exe\per_test.hex
     目录           0  2018-07-05 11:27  swrc219c\ide\iar\Debug\List\
     目录           0  2018-07-02 17:22  swrc219c\ide\iar\Debug\Obj\
     文件      324754  2018-07-02 17:22  swrc219c\ide\iar\Debug\Obj\als_trxeb.pbi
     文件       16449  2018-07-02 17:22  swrc219c\ide\iar\Debug\Obj\als_trxeb.pbi.xcl
     文件      338645  2018-07-02 17:22  swrc219c\ide\iar\Debug\Obj\bsp.pbi
     文件       16443  2018-07-02 17:22  swrc219c\ide\iar\Debug\Obj\bsp.pbi.xcl
     文件      336120  2018-07-02 17:22  swrc219c\ide\iar\Debug\Obj\bsp_key.pbi
     文件       16447  2018-07-02 17:22  swrc219c\ide\iar\Debug\Obj\bsp_key.pbi.xcl
     文件      324030  2018-07-02 17:22  swrc219c\ide\iar\Debug\Obj\bsp_led.pbi
     文件       16447  2018-07-02 17:22  swrc219c\ide\iar\Debug\Obj\bsp_led.pbi.xcl
     文件      341956  2018-07-02 17:22  swrc219c\ide\iar\Debug\Obj\bsp_uart.pbi
     文件       16448  2018-07-02 17:22  swrc219c\ide\iar\Debug\Obj\bsp_uart.pbi.xcl
     文件      373363  2018-07-02 17:22  swrc219c\ide\iar\Debug\Obj\cc1101_cc1190_per_test_api.pbi
     文件       16456  2018-07-02 17:22  swrc219c\ide\iar\Debug\Obj\cc1101_cc1190_per_test_api.pbi.xcl
     文件      393121  2018-07-02 17:22  swrc219c\ide\iar\Debug\Obj\cc1101_easy_link_rx.pbi
     文件       16445  2018-07-02 17:22  swrc219c\ide\iar\Debug\Obj\cc1101_easy_link_rx.pbi.xcl
     文件      393885  2018-07-02 17:22  swrc219c\ide\iar\Debug\Obj\cc1101_easy_link_tx.pbi
     文件       16445  2018-07-02 17:22  swrc219c\ide\iar\Debug\Obj\cc1101_easy_link_tx.pbi.xcl
     文件      356736  2018-07-02 17:22  swrc219c\ide\iar\Debug\Obj\cc1101_per_test_api.pbi
     文件       16442  2018-07-02 17:22  swrc219c\ide\iar\Debug\Obj\cc1101_per_test_api.pbi.xcl
     文件      300364  2018-07-02 17:22  swrc219c\ide\iar\Debug\Obj\cc1101_spi.pbi
     文件       16433  2018-07-02 17:22  swrc219c\ide\iar\Debug\Obj\cc1101_spi.pbi.xcl
............此处省略249个文件信息

评论

共有 条评论