********************************************************************************
* Detailed Description:
* Example of core watchdog implementation on Cobra 55. It executes on core 0
* All the functions are in the file "watchdog.c"
*WatchDogCreate(delay, FirstTimeout, SecondTimeout) -> create/configure the wathdog timer
*WatchDogStart() -> start the watchdog timer
*WatchDogService() -> acknowledge the watchdog timer
* ------------------------------------------------------------------------------
* Test HW: MPC5777C-416DS Rev.A + MPC57xx MOTHER BOARD Rev.C
* MCU: PPC5777CMM03 2N45H CTZZS1521A
* Fsys: PLL1 = core_clk = 264MHz, PLL0 = 192MHz
* Debugger: Lauterbach Trace32
* Target: internal_FLASH
*
********************************************************************************