User`s guide

Libraries and Runtime Code
EOnCE Library
334
Targeting MC56F83xx/DSP5685x Controllers
Trace Buffer Capture Options
Trace Buffer Full Options
Miscellaneous Trace Buffer Option
_eonce_Initialize
Initializes the library by setting the necessary variables.
Prototype
void _eonce_Initialize( unsigned long baseAddr, unsigned int
units )
Parameters
baseAddrunsigned long
Specifies the location in X: memory where the EOnCE registers are located.
unitsunsigned int
Specifies the number of EOnCE breakpoint units available.
Remarks
This function must be called before any other library function is called. Its parameters
are dependent on the processor being used. Instead of calling this function directly,
one of the defined macros can be called in its place. These include
_eonce_Initialize56838E(), _eonce_Initialize56852E(), and
_eonce_Initialize56858E(). These macros call _eonce_Initialize with the correct
parameters for the 56838, 56852, and 56858, respectively.
Returns
Nothing.