• 大小: 54.47MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-07-11
  • 语言: 其他
  • 标签: DA14584  rw  

资源简介

添加一个任务 LED灯定时闪烁的任务: 现象: 在连接上蓝牙后, 大概等待5~6秒后, LED开始闪烁

资源截图

代码片段和文件信息

/**
 ****************************************************************************************
 *
 * @file user_all_in_one.c
 *
 * @brief All in one project source code.
 *
 * Copyright (C) 2015. Dialog Semiconductor Ltd unpublished work. This computer
 * program includes Confidential Proprietary Information and is a Trade Secret of
 * Dialog Semiconductor Ltd.  All use disclosure and/or reproduction is prohibited
 * unless authorized in writing. All Rights Reserved.
 *
 *  and contributors.
 *
 ****************************************************************************************
 */

/**
 ****************************************************************************************
 * @addtogroup APP
 * @{
 ****************************************************************************************
 */

/*
 * INCLUDE FILES
 ****************************************************************************************
 */

#include “rwip_config.h“
#include “arch_api.h“
#include “app_bond_db.h“
#include “app_prf_perm_types.h“
#include “gap.h“
#include “gpio.h“
#include “user_all_in_one.h“
#include “user_custs1_def.h“
#include “user_custs1_impl.h“
#include “user_periph_setup.h“
#include “wkupct_quadec.h“
#include “app_easy_security.h“
#include “app_task.h“

#if (BLE_SPOTA_RECEIVER)
#include “app_spotar.h“
#if defined(__DA14583__) && (!SPOTAR_SPI_DISABLE)
#include “spi_flash.h“
#endif
#endif

/*
 * TYPE DEFINITIONS
 ****************************************************************************************
 */

// Manufacturer Specific Data ADV structure type
struct mnf_specific_data_ad_structure
{
    uint8_t ad_structure_size;
    uint8_t ad_structure_type;
    uint8_t company_id[APP_AD_MSD_COMPANY_ID_LEN];
    uint8_t proprietary_data[APP_AD_MSD_DATA_LEN];
};

/*
 * GLOBAL VARIABLE DEFINITIONS
 ****************************************************************************************
 */

uint8_t app_connection_idx                    __attribute__((section(“retention_mem_area0“)zero_init)); // @RETENTION MEMORY
timer_hnd app_adv_data_update_timer_used      __attribute__((section(“retention_mem_area0“)zero_init)); // @RETENTION MEMORY
timer_hnd app_param_update_request_timer_used __attribute__((section(“retention_mem_area0“)zero_init)); // @RETENTION MEMORY

// Manufacturer Specific Data
struct mnf_specific_data_ad_structure mnf_data __attribute__((section(“retention_mem_area0“)zero_init)); // @RETENTION MEMORY

// Stored static random address
struct gap_bdaddr stored_addr                  __attribute__((section(“retention_mem_area0“)zero_init)); // @RETENTION MEMORY

/*
 * FUNCTION DEFINITIONS
 ****************************************************************************************
 */

/**
 ****************************************************************************************
 * @brief Initialize Manufacturer Specific Data
 * @return void
 ************************************************************************************

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件      63513  2016-07-27 17:55  TASK_LED\binaries\da1458x\prod_test\prod_test_580.hex

     文件      54116  2016-07-27 17:55  TASK_LED\binaries\da1458x\prod_test\prod_test_581.hex

     文件      63513  2016-07-27 17:55  TASK_LED\binaries\da1458x\prod_test\prod_test_583.hex

     文件      19456  2016-07-27 17:56  TASK_LED\binaries\host\windows\mkimage\mkimage.exe

     文件      27136  2016-07-27 17:56  TASK_LED\binaries\host\windows\prod_test_cmds\prodtest.exe

     文件      26624  2016-07-27 17:56  TASK_LED\binaries\host\windows\proximity\monitor\host_proxm_sdk.exe

     文件      26624  2016-07-27 17:56  TASK_LED\binaries\host\windows\proximity\monitor\host_proxm_sdk_581.exe

     文件      23552  2016-07-27 17:56  TASK_LED\binaries\host\windows\proximity\reporter\host_proxr_sdk.exe

     文件      23552  2016-07-27 17:56  TASK_LED\binaries\host\windows\proximity\reporter\host_proxr_sdk_581.exe

     文件      22528  2016-07-27 17:56  TASK_LED\binaries\host\windows\spota\initiator\host_spotai.exe

     文件      22528  2016-07-27 17:56  TASK_LED\binaries\host\windows\spota\initiator\host_spotai_581.exe

     文件      25088  2016-07-27 17:56  TASK_LED\binaries\host\windows\suota\initiator\host_suotai.exe

     文件      25088  2016-07-27 17:56  TASK_LED\binaries\host\windows\suota\initiator\host_suotai_581.exe

     文件      29860  2016-07-27 17:52  TASK_LED\config\creator\config.json

     文件      16950  2016-07-27 17:52  TASK_LED\config\creator\config.schema

     文件       6785  2016-07-27 17:52  TASK_LED\config\creator\messages.json

     文件     173836  2016-07-27 17:52  TASK_LED\config\creator\profileconfiguration.json

     文件      18865  2016-07-27 17:52  TASK_LED\config\creator\project.schema

     文件       8007  2016-07-27 17:52  TASK_LED\config\DA1458x_5.0.4_SDK_config.xml

     文件        542  2016-07-27 17:52  TASK_LED\doc\dialog_license.txt

     文件       4031  2016-07-27 17:52  TASK_LED\doc\licensing.txt

    .......    192553  2018-12-07 00:37  TASK_LED\projects\target_apps\ble_examples\ble_app_all_in_one\Keil_5\ble_app_all_in_one.uvguix.JC

    .......     69100  2018-12-07 00:28  TASK_LED\projects\target_apps\ble_examples\ble_app_all_in_one\Keil_5\ble_app_all_in_one.uvoptx

    .......    153660  2018-12-06 23:17  TASK_LED\projects\target_apps\ble_examples\ble_app_all_in_one\Keil_5\ble_app_all_in_one.uvprojx

     文件        339  2018-12-07 00:32  TASK_LED\projects\target_apps\ble_examples\ble_app_all_in_one\Keil_5\EventRecorderStub.scvd

     文件     215537  2018-12-07 00:37  TASK_LED\projects\target_apps\ble_examples\ble_app_all_in_one\Keil_5\JlinkLog.txt

     文件        755  2018-12-06 20:59  TASK_LED\projects\target_apps\ble_examples\ble_app_all_in_one\Keil_5\JlinkSettings.ini

     文件     340945  2018-12-07 00:29  TASK_LED\projects\target_apps\ble_examples\ble_app_all_in_one\Keil_5\out_580\adc.crf

     文件       4516  2018-12-07 00:29  TASK_LED\projects\target_apps\ble_examples\ble_app_all_in_one\Keil_5\out_580\adc.d

     文件     324596  2018-12-07 00:29  TASK_LED\projects\target_apps\ble_examples\ble_app_all_in_one\Keil_5\out_580\adc.o

............此处省略2204个文件信息

评论

共有 条评论