I have two separate .elf files, one for each core of the MPC5745. I want to use cyclone universal to program the flash. My intent is to store the program in the cyclone internal memory and then use the cyclone to program the flash. To create an image to store on the cyclone, I used the Cyclone Image creation utility. The very first action is to select a .pcp file. For the MPC5745, there are 4 .pcp files.as listed below:
NXP_MPC5745R_1x32x4k_BAF.pcp
NXP_MPC5745R_1x32x4k_UTest.pcp
NXP_MPC5745R_1x32x64k_DFlash.pcp
NXP_MPC5745R_1x32x740k_CFlash.pcp
How does one decide which pcp to use for what purpose? Where can I find documentation to understand the purpose of each .pcp and what the numbers in the file names mean?