This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Error[Pe223] Function declared implicitly

Other Parts Discussed in Thread: MSP430FG4618, MSP430F5438, CC2520

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.

  • Hi

    It ssems that your functions are not declared in any of your project files. Be sure to include the files where these functions are declared into your project.

  • When configuring the MSP430F5438 as ZAP for transferring the data from the end device to the coordinator both using the ZAP method. Now the doubt is that whether the zigbee CC2520 can send and receive the data or is it necessary to configure the CC2520 as ZNP while the configured for ZAP method. Thanks Martin..