Thanks Alice,
I am using the 2.0 version. the problems here are many...
Overall, the bootloader itself is pretty good, addresses most everything
needed, except in my case...
The Docs only address an IAR port, which is a serious omission since we
are being told Kinetis is the future...
First of all, there are no header,linker or startup files for the part
I'm using, MK22FN1m0, so using the 512k which should be close.
Second, if you import the bootloader, what you get are virtual links to
all the files. It compiles, you can change minor things and get a build,
but if you try and generate any new files to link in, such as needing to
run a simple display, this fails. You can't make any new files, since
essentially there is NO main folder. Importing with copy fails too.
There should be no reason for this.... Having to use the the actual
disti makes it very difficult to archive projects correctly....
trying to copy over all the relevant pieces into a new project should be
the cleanest way to go, but it won't build since the file links are broken.
All pathways are blocked here...Why can't this this just be a simple set
of files that customers can modify. If we screw it up it's our
issue..not yours.
I haven't used Eclipse in some time and I'm now remembering what a
crappy IDE it really is :smileysad:
Ken