Tool/software: TI-RTOS
Hi
We are using simplelink_cc2640r2_sdk_1_40_00_45 (BLE 4.2 stack) and running multi_role project add
IDE CCS: Version: 7.1.0.00016
BLE SDK: 1_40_00_45 (BLE 4.2 stack)
PC system: Win10
example project: multi_role add function
1.add OAD off-chip function running OK
2.add NPI UART follow
1.in predefined symbols add NPI_USE_UART and NPI_FLOW_CTRL=0
2.in include options add "${SRC_BLE_DIR}/../../../source/ti/blestack/npi/src/"
3.in multi_role add Folder NPI and add files
npi_rxbuf.c
npi_task.c
npi_task.h
npi_tl_uart.c
npi_tl.c
4. in main.c add follow
#include "inc/npi_task.h"
/*NPIUARTExampleTask-Priority2*/
NPITask_createTask(2);
3.build following era errors
undefined first referenced
symbol in file
--------- ----------------
NPIFrame_collectFrameData <whole-program>
NPIFrame_frameMsg <whole-program>
NPIFrame_initialize <whole-program>
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "multi_role_cc2640r2lp_app.out" not built
Regards,
Justin