Hi
I am creating a project for MK66FX1M0VMD18 from scratch using KDS 3.0 and PE.
I am running the new project wizard (File -> New -> Kinetis Project ...) and select the processor:
Then I select KSDK and PE:
I select Finish and PE genrates code. Then I have to change to the correct processor package, the default is QFP, I am using MAPBGA
Default:
Is changed to:
Then the problems starts. PE complains about problems in pin muxing and ask if I want to switch to MK66FN2.... However this is the 2MByte part I am using the 1MByte part!
(In addition and N instead of X in part number, don't remember the meaning of that just now but not correct anyway))
If I do the switch anyway I end up with the following error, probably becauce I have selected the 1MByte variant, but PE insists on using the 2MByte variant for some tests.
Can anyone help me?
Solved! Go to Solution.
Hello,
I have reproduced the issue and I have also reported the defect to Processor Expert development team.
You can use the following workaround:
When you create a new MK66FX1M0 project, navigate to Component Library and select MK66FX1M0x:
Select the 144-pins MAPBGA package
Click on the Finish button. The MK66FX1M0VMD18 CPUs are added and no error is reported (when the configuration is switched in PinSettings).
Best Regards,
Marek Neuzil
Hello,
I have reproduced the issue and I have also reported the defect to Processor Expert development team.
You can use the following workaround:
When you create a new MK66FX1M0 project, navigate to Component Library and select MK66FX1M0x:
Select the 144-pins MAPBGA package
Click on the Finish button. The MK66FX1M0VMD18 CPUs are added and no error is reported (when the configuration is switched in PinSettings).
Best Regards,
Marek Neuzil
Hi Marek. I have tried the workaround and it worked. Thanks so mutch