I'm seeing the same thing using a project imported from 7.2.
I think the PEMicro menu is just for simulation though, not flashing and debugging?
On import of my classic project I experienced the Remote Sytsem Changed warnings described here:
https://community.freescale.com/message/79744#79744
Built project with no errors.
I updated the Remote System entry with the initial target and memory configurations that were used in the 7.2 project, and confirmed that the System/Connection/Interface settings are correct as specified in the Targeting Microcontrollers document: chapter 13 - ColdFire v2/3/4.
The one thing I did notice is that the Connection->Port entry couldn't detect the rev (D); it showed 'USB1 : USB-ML-CF Rev ? (PE6016454)'.
When I try to debug I get the following error:
Error creating session: The CodeWarrior debugger does not have a Machine object that supports the executable.; Unable to create remote connection
The CodeWarrior debugger does not have a Machine object that supports the executable.; Unable to create remote connection
When I do Flash Programmer->Flash File to Target (Erase or Program with Erase) I see the following in the console:
fl::target -lc "Proj - Main - PEMICRO_USB"
fl::target -b 0x20000000 0x8000
fl::target -v off -l off -ie on -i "{fake_dir}/mcf5225xEVB_PnE.cfg" -p MCF52254
Error: no processors available
I've downloaded the newest firmware from PE but haven't loaded it yet...
I also have yet to try the "Discard project cache" as described in the linked post.
Any help would be greatly appreciated.
This is on a 64-bit Windows 7 box w/ CW10.1.
Thanks,
Matt.
*** UPDATE ***
Noticed that we are using the 512KB internal flash (52259) instead of the 256KB (52254) - changed the Remote System Type entry (to 52259) and also the Flash Programmer (to use MCF52259_INTFLASH.xml) but still getting the same error.