I am working in a project utilising the sample application program. I have used sapi.c program for the purpose. While using the sapi.c in the sample application there s no problem, But when the sapi.c is used with the program written by me, It gives the following two errors. they are
Building configuration: VA- ZAP EndDevice
Updating build tree...
sapi.c
Error[Pe223]: function "SystemResetSoft" declared implicitly E:\PGLP\Project_iar programs\msp430fg4618\sapi.c 152
Error[Pe223]: function "NLME_IsAddressBroadcast" declared implicitly E:\PGLP\Project_iar programs\msp430fg4618\sapi.c 416
Error while running C/C++ compiler
Total number of errors: 2
Total number of warnings: 0
I couldnt resolve the issue, as the two errors seem to be unidentified function in the C files as i verified.
Please help me in resolving the issue.