Part Number: CC2640R2F
Tool/software:
hello,
im using code composer studio version 10.3.0.00007
ble sdk simplelink_cc2640r2_sdk_5_10_00_02
XDC tool version 3_51_03_28_core
external flash w25x40cluxig
#define DEFAULT_MAX_SCAN_RES 10
// Advertising interval when device is discoverable (units of 625us, 160=100ms)
#define DEFAULT_ADVERTISING_INTERVAL 160 //This setting desides advertising Interval value multiplied by 1.6//
#define DEFAULT_DISCOVERABLE_MODE GAP_ADTYPE_FLAGS_GENERAL
#define DEFAULT_CONN_INT 42//200 // ** Connection Parameters Used **//
#define DEFAULT_CONN_TIMEOUT 200//1000
#define DEFAULT_CONN_LATENCY 0
#define DEFAULT_SCAN_DURATION 120 //** scan Intervival in Ms **//
#define DEFAULT_SCAN_WIND 200
#define DEFAULT_SCAN_INT 200
#define TEMP_STREAM_PERIOD 997
#define SEND_PERIOD 503
#define ACK_PERIOD 1109
#define BATT_PERIOD 599999//FOR EVERY 10 min
#define DYN_ID_RESEND_PERIOD 1003// 0A command FOR EVERY 1 sec
#define READ_DELAY_PERIOD 2003
#define STATUS_MSG_PERIOD 1501 //status msg FOR EVERY 1.5 sec
#define BUFFER_LIMIT 2800
#define BUFFER_LIMIT1 40000
packet length is 10
max pdu size 64 or 69
memory used:
FLASH_IMG_HDR 47%
FLASH 95%
GPRAM 31%
SRAM 40%
AUX_RAM 76%
ccurrently the speed of data from the 10th coin to the gateway is 5 to 6 sec and that of 1st coin is half a second,guide me on ways to optimize the speed other than adjusting the scan or connection parameters as the present parameters are optimal for power consumption