Processor Expert.
Hello, Does anyone have any example code using Processor Expert with Codewarrior v6.1 that is capable of being serial bootloaded, i.e. without errors when bootloading. I can fudge my program to serial bootload, but I assume I'm doing something wrong in the linker file because after reset my program does not start…..very frustrating!! Thanks in advance. --The information in this email may be confidential, privileged and/or exempt from disclosure under applicable law. If you are not the intended recipient, you may not copy or use it, or disclose it to anyone else. Unauthorised use, copying or disclosure is strictly prohibited and may be unlawful. The views expressed in this e-mail are personal and may not necessarily reflect those of Edinburgh Instruments Ltd. or any of its divisions, unless explicitly stated otherwise. We do not accept any liability or responsibility for: (1) changes made to this email after it was sent, or (2) viruses transmitted through this email or any attachment. If you have received this transmission in error please notify the sender immediately and delete the message from your email. For further information on Edinburgh Instruments please visit our website at http://www.edinst.com |
|
Processor Expert.
Started by ●April 30, 2004
Reply by ●May 6, 20042004-05-06
--- In , "Jason Keddie" <jason.keddie@e...> wrote: > Hello, > > Does anyone have any example code using Processor Expert with Codewarrior > v6.1 that is capable of being serial bootloaded, i.e. without errors when > bootloading. > I can fudge my program to serial bootload, but I assume I'm doing something > wrong in the linker file because after reset my program does not > start...very frustrating!! > Thanks in advance. The "Files" section of this forum has serial bootloaders which will work under Processor Expert. The actual applications don't use Processor Expert, but will load any srec file generated by CodeWarrior. So you can program your device with the bootloader and then flash the rest of your application using the srec file. |