Other Parts Discussed in Thread: CC2640, BLE-STACK
Tool/software: Code Composer Studio
Hi,
I'm working on OAD feature at CC2640 launchpad and download the example code below:
1. bim_oad_onchip_cc2640r2lp_app
2. presistent_app_cc2640r2lp
3. simple_peripheral_cc2640r2lp_oad_onchip_app
4. simple_peripheral_cc2640r2lp_oad_onchip_stack
In the project "presistent_app_cc2640r2lp", there is a folder named OAD that is for the OAD function.
But after copy the OAD folder in my project, the compile error shows:
======================================================================
#10234-D</a> unresolved symbols remain
Field 'rfu' could not be resolved
gmake: *** [all] Error 2
gmake[1]: *** [cc2640r2lp_app.out] Error 1
Symbol 'fixedHdr' could not be resolved
Type 'imgHdr_t' could not be resolved
unresolved symbol flashEndAddr, first referenced in <whole-program>
unresolved symbol prgEntryAddr, first referenced in <whole-program>
======================================================================
These error all in a typedef structure "imgHdr_t", declared in oad_image_header.h and use in oad_image_header.c.
Is there something that I missed?
Thanks
