Hi Marek,
2 projects actually.
1. a modified bootloader based on boot code 2.0
2. custom project created in CW and moved to Kinetis.
Project 2 compiles and runs fine in debugger. If I make a release
version, it compiles but PE multilink FX won't flash it..seems to
complain about wrong cpu, which can't be right since it debugs fine. The
only real difference between these CPUs is the flash size, all things
being equal.
Project 1 compiles, won't run or flash. This is probably due to the fact
I modified it for the MK22FN1M0 part which is NOT in the 2.0 release and
something the PE is picking up doesn't match the CPU signature, this is
a guess??? The bootloader defines a CPU_xxx type in the project. I
changed this to what I thought was correct, but not sure if it is the
right word/spelling..Can't find a reference to what is legal here..this
should be so simple.
As I mention in last post I tried to find this in help but help crashed
the IDE. A little more investigation seems to indicate it doesn't like
some java crap on my machine...The Linux version clearly has some
install or setup bugs not being addressed, so I'm hoping I can get this
to work adequately enough to do the project.
Kinetis did upgrade the PE firmware when first attached, so I would
think everything is up to date here...
Thanks for the interest
Ken