Another question, when I use this macro to simplify the initialization code in Start08.c,
#define __ONLY_INIT_SP
I got a warning as following:
L1107: Object _startupData not found
What does this mean? In help document, this warning is described as this:
An object referenced in the PRM file or in the application is not found anywhere in the application.
The definition of _startupData has been canceled when __ONLY_INIT_SP was defined, I couldn't find where this object was referenced, but why does this warning appeared?
Thank you!
Yang.