********************************************************************************  * Detailed Description:  * Application performs basic initialization, setup PLL to maximum allowed freq.,  * initializes interrupts, blinking one LED by interrupt, second LED by software  * loop (by second core), initializes and display notice via UART terminal and  * then terminal ECHO.  * The example configures the device for maximum performance (OPTIMIZATIONS_ON).  * For XPC567XKIT516 it initializes EBI for mounted external SRAM device.  *  * ------------------------------------------------------------------------------  * Test HW:         XPC567XKIT516 - MPC567xADAT516 Rev.D, MPC567XEVBFXMB Rev.C  * MCU:             PPC5676RDMVY1 3N23A  * Terminal:        19200-8-no parity-1 stop bit-no flow control on eSCI_A  * Fsys:            180MHz  * Debugger:        Lauterbach Trace32  *                  PeMicro USB-ML-PPCNEXUS  * Target:          RAM, internal_FLASH  * EVB connection:  ETPUC0(J24-0) -> USER_LED_8 (J5-8)  *                  ETPUC1(J24-1) -> USER_LED_7 (J5-7)(to see blinking LEDs)  *  ********************************************************************************   
        
        View full article