I am very interested in that would it work at a faster than normal com
port speed?
I am refering to the sourceforge project mentioned above... if not
that then the other???
--
thanks for your time,
Joshua Wojnas
315 5071070
My webpages on electronics
... comming soon
You cannot use the NXP Bootloader without a valid license for Keil.
It is written for Keil so it would take some porting to make it work
with GCC.
However, I just discovered that Code Red Tech has basically done
everything I had intended to do with my MicropendousX LPC17xx project
in a mostly Open Source way. They even switched to the LAN8720 and
have created a LPCUSB-based Mass Storage Bootloader demo!
http://support.code-red-tech.com/CodeRedWiki/RDB1768cmsisExampleProjects
You can purchase their RedSuite if you want everything to work out-
of-the-box or you can port their demos to the Open Source version of
CodeSourcery by using my makefile and startup files.
http://www.code-red-tech.com/red-suite-2.php
You cannot use the NXP Bootloader without a valid license for Keil.
It is written for Keil so it would take some porting to make it work
with GCC.
However, I just discovered that Code Red Tech has basically done
everything I had intended to do with my MicropendousX LPC17xx project
in a mostly Open Source way. They even switched to the LAN8720 and
have created a LPCUSB-based Mass Storage Bootloader demo!
http://support.code-red-tech.com/CodeRedWiki/RDB1768cmsisExampleProjects
You can purchase their RedSuite if you want everything to work out-
of-the-box or you can port their demos to the Open Source version of
CodeSourcery by using my makefile and startup files.
http://www.code-red-tech.com/red-suite-2.php
I tested the binary file for USB bootloader from CodeRed and it worked
on the board, next I went to build the code and try. The Makefile from
Opendous produce a code that don't work and so I decided to use
another Makefile from some other working code/project -- I ended up to
use one Makefile from Martin Thomas, which share a lot of project
files for ARMs, using GCC, OpenOCD and Eclipse :-)
http://www.siwawi.arubi.uni-kl.de/avr_projects/arm_projects/arm_memcards/index.html#chanfat_lpc_cm3
Next I will test the same code on Opendous board I have with the same
LPC1768 - before I thought the code didn't worked on that board
because hardware problems, but now I know there was a firmware
problem.
I am sharing the code - Matt, please update your Makefiles and code :-)