Thanks for your answer, Black!
In fact, my program was generated in the way you said.
I had tested the codes generated by the CW 2.2 for MPC55XX New Project Wizard via a simple LED winking program in the MPC5567EVB. But it just works while in debug mode after downloaded into the internal flash.
Looking in the codes the wizard generated, then function __init_hardware in the file __ppc_eabi_init.c(existing in all projects generated by the wizard) didn't call the function usr_init in the file MPC55xx_init.c for neither ROM_VERSION nor CACHE_VERSION was defined. Because of the usr_init was not called, the program didn't work without the debug environment.
But, even the MPC5567 program did not work properly, it can be download to the device.
I've tried to get help from the Pemicro forums for a month, but I can't receive the validation e-mail since I registered a month ago.
Expecting for more answers.