User`s guide

10 Embedded IDE Link™ CC Configuration Parameters
Interrupt overrun notification method
Species how your program responds to overrun conditions during execution.
Settings
Default: None
None
Your program does not notify you w he n it encounters a n overrun
condition.
Print_message
Your program p rints a message to standard output when it encounters
an overrun condition.
Call_custom_function
When your program encounters a n overrun condition, it executes a
function that you specify in Interrupt overrun notication function.
Tips
The denition of the standard output depends on your conguration.
The custo m function must exist in the current working directory.
Dependencies
Selecting Call_custom_function enables the Interrupt overrun
notication function parameter.
Setting this parameter to
Call_custom_function enables the Interrupt
overrun notication function parameter.
Command-Line Information
Param ete r: overrunNotificationMethod
Type: string
Value:
None | Print_message | Call_custom_function
Default: None
10-26