********************************************************************************
* Detailed Description:
* Application performs basic initialization, setup PLL to maximum allowed freq.,
* initializes interrupts, blinking one LED by interrupt, second LED by software
* loop, initializes and display notice via UART terminal and then terminal ECHO.
* The example configures the device for maximum performance (OPTIMIZATIONS_ON)
* by initialization of instruction/data 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: MPC5675KEVB
* MCU: PPC5675KFMMSJ in Decoupled-parallel mode
* Fsys: 180/150 MHz CORE_CLK
* Debugger: Lauterbach Trace32
* PeMicro USB-ML-PPCNEXUS
* Target: RAM, internal_FLASH
* Terminal: 19200-8-no parity-1 stop bit-no flow control on eSCI_A
* EVB connection: default
*
********************************************************************************