--- In lpc2000@yahoogroups.com, Kell Jørgensen <kell@...> wrote: > > Hi Kell, > > > > if you use your own program, then take a closer look at the parameter > > fNull of the Device-Control Block of your comport settings. > > Unfortunately the Philips tool leave the parameter fNull set as true > > (null bytes are discarded when received). > > > > I hope that will help you. > > > > Andreas > > Thanks Andreas, > > You are absolutely right. Unfortunately doesn't my Delphi3/AsyncPro > enviroment give direct access to this bit field, so I will have to > handle it at a lower level. > Philips, pleace clean up when you leave. > > Kell I have a tool that will allow you to download hex files directly to any target that is available as http://www.cse.unsw.edu.au/~jayas/esdk/files/lpc/sill.exe Although it was to server a different purpose, you can use it to load any Intel-Hex formatted file into on-chip FLASH or RAM. To program the contents of file.hex to target on com8 at 9600 baud, and with crystal frequency of 12MHz, the command line is: sill -l com8:9600 -x 12000 file.hex It understands LPC's vector checksum requirement and does this when you are loading into flash sector zero. I would be intrested to know you encounter similar problems with this tool. Jaya
Message
SV: [ZS2] [lpc2000] Re: Strange problem with the Philips Flash Utility
2006-04-15 by jayasooriah
Attachments
- No local attachments were found for this message.