> I have bought a MPC5554DEMO board
You will find more people familiar with this board and chip in the MPC forum than the MCF (Coldfire) forum:
http://forums.freescale.com/t5/Other-Microcontrollers/bd-p/MCUCOMM
> I find it strange that the main chip on the DEMO board is marked
> "PPC5554MVRB132" either than "MPC5554...".
Read the Chip Data Sheet:
http://cache.freescale.com/files/32bit/doc/data_sheet/MPC5554.pdf?fpsp=1
2 Ordering Information
...
Freescale Part Number [1]
Note 1 All devices are PPC5554, rather than MPC5554, until product qualifications are complete.
Read the Reference Manual to see if there's anything funny with GPIO114. It may be allocated for something on the development board, so you should check all the documentation and schematics for that as well. It may not be set as a GPIO pin (it may be allocated to the timer) and so the debugger may be suppressing that register for that reason.
> is there any problem in my DEMO board? does the "PPC5554" have some defect?
At least 66 items listed in the Chip Errata. have you read them? There doesn't seem to be anything there matching your problem though.
http://www.freescale.com/files/32bit/doc/errata/MPC5554revBE.pdf?fpsp=1&WT_TYPE=Errata&WT_VENDOR=FRE...
Tom