I use the CC2520DK. In the project source, there are 'APP_TP' option for using the 'Test Profile' (in the ZigBee application profile). I want to use the 'Test Profile' for setting the 'APP_TP', but in the Z-Stack source, there is no "TestProfile.h". How can I use that? if it is just a mistake, Can you please send me that file.
The compile flag APP_TP is used only for pre-release testing of Z-Stack. The file TestProfile.h is part of test software that is not distributed. In fact, several other compile flags in the MT.c file (APP_TP2, APP_TGEN, APP_DEBUG, and NWK_TEST) are also for internal TI testing purposes, so the associated files (TestProfile2.h, TrafficGenApp.h, DebugApp.h, and HWTTApp.h) are not included in the Z-Stack releases.