********************************************************************************
* Detailed Description:
* Application performs basic initialization, setup PLL to maximum allowed freq.,
* initializes interrupts, blinking one LED by interrupt, third LED by software
* loop, initializes and display notice via UART terminal and then terminal ECHO.
* Second core is started and second LED blinking is being performed by it.
* The example configures the device for maximum performance (OPTIMIZATIONS_ON)
* by initialization of instruction cache and enabling of branch prediction.
* Example suppose MCU is configured for DPM (Decoupled-parallel mode).
* Its intention is to offer advanced startup code additional to CW stationery.
*
* ------------------------------------------------------------------------------
* Test HW: xPC564xLKIT, PPC5643L Cut3 silicon
* Target : internal_FLASH, RAM
* Fsys: 120 MHz PLL0
* Debugger: Lauterbach Trace32
* PeMicro USB-ML-PPCNEXUS
* Terminal: 19200-8-no parity-1 stop bit-no flow control via LINFlex0
* EVB connection: default
*
********************************************************************************