********************************************************************************
* Detailed Description:
* Application performs basic initialization, setup PLL to maximum allowed freq.,
* start both Z7 cores, interrupts initialization, blinking three LED by interrupts,
* initializes and display notice via UART terminal and then terminal ECHO.
* Each core serves one interrupt and one LED.
*
* The example configures the device for maximum performance by initialization of
* instruction/data cache and enabling of branch prediction for each core
* (startup.s files).
*
* ------------------------------------------------------------------------------
* Test HW: MPC5777M-512DS, MPC57xx Motherboard
* MCU: PPC5777MQMVA8 0N78H
* Terminal: 19200-8-no parity-1 stop bit-no flow control on LINFlexD_2
* Fsys: 600MHz
*
* Debugger: Lauterbach Trace32
* PeMicro USB-ML-PPCNEXUS
* Target: internal_FLASH (debug mode, release mode)
* EVB connection: USER LED1 connected to P8.0, LED2 connected to P8.1
* LED3 connected to P8.2
*
********************************************************************************
Thanks,
How do you compile the code? What compiler did you use?
Thanks
Phil