error for RDI in keil "MISSING DEVICE (R003:SECURITY KEY NOT FOUND)"
2006-05-26 by naderus2000
Yahoo Groups archive
Index last updated: 2026-04-28 23:31 UTC
Thread
2006-05-26 by naderus2000
hi, i configure keil for working with RDI for wiggler jtag but when want to start debug a massege box apear that write: MISSING DEVICE (R003:SECURITY KEY NOT FOUND) Running in eval Mode. and then download the code but the code doesn't run. please tell me what should i do? thanks a lot.
2006-05-26 by Sutton Mehaffey
That message is no big deal. You are just running the evaluation version of the software and that's the message you get sometimes. It will go away once you purchase the full-blown version. --- In lpc2000@yahoogroups.com, "naderus2000" <naderus2000@...> wrote:
> > hi, > i configure keil for working with RDI for > wiggler jtag but when want to start debug > a massege box apear that write: > MISSING DEVICE (R003:SECURITY KEY NOT FOUND) > Running in eval Mode. > and then download the code but the code doesn't run. > please tell me what should i do? > thanks a lot. >
2006-05-27 by nader chinichian
my code is about 10k not above 16k so the complier must work.
if i use in GNU complier is it work?
Sutton Mehaffey <sutton@...> wrote:
That message is no big deal. You are just running the evaluation
version of the software and that's the message you get sometimes. It
will go away once you purchase the full-blown version.
--- In lpc2000@yahoogroups.com, "naderus2000" <naderus2000@...> wrote:
>
> hi,
> i configure keil for working with RDI for
> wiggler jtag but when want to start debug
> a massege box apear that write:
> MISSING DEVICE (R003:SECURITY KEY NOT FOUND)
> Running in eval Mode.
> and then download the code but the code doesn't run.
> please tell me what should i do?
> thanks a lot.
>
SPONSORED LINKS
Microcontrollers Microprocessor Intel microprocessors
---------------------------------
YAHOO! GROUPS LINKS
Visit your group "lpc2000" on the web.
To unsubscribe from this group, send an email to:
lpc2000-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
---------------------------------
---------------------------------
Do you Yahoo!?
Get on board. You're invited to try the new Yahoo! Mail Beta.
[Non-text portions of this message have been removed]2006-05-27 by Danish Ali
You have two totally separate issues: One message asking you to pay for a commercial license. The other that your code does not run. These are unrelated. Why doesn't your code run? There are many possible problems. Try one of the standard Keil demos. You'll still get the message. But the code should run. Using the GNU compiler is not a full solution, because (in my opinion) a major reason to use Keil is its debugger, which works very well with the on-board peripherals in the LPC2000 chips. As far as I know, the debugger is also code-size-restricted. Hope this helps, Danish --- In lpc2000@yahoogroups.com, nader chinichian <naderus2000@...> wrote:
> > my code is about 10k not above 16k so the complier must work. > if i use in GNU complier is it work? > > Sutton Mehaffey <sutton@...> wrote: > That message is no big deal. You are just running the evaluation > version of the software and that's the message you get sometimes. It > will go away once you purchase the full-blown version. > > > > --- In lpc2000@yahoogroups.com, "naderus2000" <naderus2000@> wrote: > > > > hi, > > i configure keil for working with RDI for > > wiggler jtag but when want to start debug > > a massege box apear that write: > > MISSING DEVICE (R003:SECURITY KEY NOT FOUND) > > Running in eval Mode. > > and then download the code but the code doesn't run. > > please tell me what should i do? > > thanks a lot. > >
2006-05-28 by nader chinichian
hi
i write simple serial test in keil.
after start debugger it get in to the buger menu but nothing happend.
beacuse it write a simple led flasher in iar and it work and the flashing of
led never stop.
also in the flash menu i use erase icon but nothing get happend only the
flashing led stop and after reset it again start.
what should i do to erase or download my code?
Danish Ali <danish@...> wrote:
You have two totally separate issues:
One message asking you to pay for a commercial license.
The other that your code does not run.
These are unrelated.
Why doesn't your code run? There are many possible problems. Try one of the standard
Keil demos. You'll still get the message. But the code should run.
Using the GNU compiler is not a full solution, because (in my opinion) a major reason to
use Keil is its debugger, which works very well with the on-board peripherals in the
LPC2000 chips. As far as I know, the debugger is also code-size-restricted.
Hope this helps,
Danish
--- In lpc2000@yahoogroups.com, nader chinichian <naderus2000@...> wrote:
>
> my code is about 10k not above 16k so the complier must work.
> if i use in GNU complier is it work?
>
> Sutton Mehaffey <sutton@...> wrote:
> That message is no big deal. You are just running the evaluation
> version of the software and that's the message you get sometimes. It
> will go away once you purchase the full-blown version.
>
>
>
> --- In lpc2000@yahoogroups.com, "naderus2000" <naderus2000@> wrote:
> >
> > hi,
> > i configure keil for working with RDI for
> > wiggler jtag but when want to start debug
> > a massege box apear that write:
> > MISSING DEVICE (R003:SECURITY KEY NOT FOUND)
> > Running in eval Mode.
> > and then download the code but the code doesn't run.
> > please tell me what should i do?
> > thanks a lot.
> >
SPONSORED LINKS
Microcontrollers Microprocessor Intel microprocessors
---------------------------------
YAHOO! GROUPS LINKS
Visit your group "lpc2000" on the web.
To unsubscribe from this group, send an email to:
lpc2000-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
---------------------------------
---------------------------------
Be a chatter box. Enjoy free PC-to-PC calls with Yahoo! Messenger with Voice.
[Non-text portions of this message have been removed]2006-05-29 by applehuu
error for RDI in keil "MISSING DEVICE (R003:SECURITY KEY NOT FOUND)"
Because:
http://www.keil.com/support/man/docs/license/license_errors.htm
Security Key Messages
*
R003: SECURITY KEY NOT FOUND
Your license is protected by a security key, but the security key
is not found on your computer. Refer to *GENERAL: UPGRADED TO
WINDOWS NT/2000 AND PROTECTION FAILS*
<http://www.keil.com/support/docs/128.htm> in the support
knowledgebase for more information. It is recommended that you use
the *Dongle Testing Application* that may be downloaded from this
article.
On 2006-5-29 2:54, nader chinichian wrote:
> hi
> i write simple serial test in keil.
> after start debugger it get in to the buger menu but nothing happend.
> beacuse it write a simple led flasher in iar and it work and the
> flashing of
> led never stop.
> also in the flash menu i use erase icon but nothing get happend only the
> flashing led stop and after reset it again start.
> what should i do to erase or download my code?
>
> Danish Ali <danish@...> wrote:
> You have two totally separate issues:
> One message asking you to pay for a commercial license.
> The other that your code does not run.
> These are unrelated.
>
> Why doesn't your code run? There are many possible problems. Try one
> of the standard
> Keil demos. You'll still get the message. But the code should run.
>
> Using the GNU compiler is not a full solution, because (in my opinion)
> a major reason to
> use Keil is its debugger, which works very well with the on-board
> peripherals in the
> LPC2000 chips. As far as I know, the debugger is also
> code-size-restricted.
>
> Hope this helps,
> Danish
> --- In lpc2000@yahoogroups.com, nader chinichian <naderus2000@...> wrote:
> >
> > my code is about 10k not above 16k so the complier must work.
> > if i use in GNU complier is it work?
> >
> > Sutton Mehaffey <sutton@...> wrote:
> > That message is no big deal. You are just running the evaluation
> > version of the software and that's the message you get sometimes. It
> > will go away once you purchase the full-blown version.
> >
> >
> >
> > --- In lpc2000@yahoogroups.com, "naderus2000" <naderus2000@> wrote:
> > >
> > > hi,
> > > i configure keil for working with RDI for
> > > wiggler jtag but when want to start debug
> > > a massege box apear that write:
> > > MISSING DEVICE (R003:SECURITY KEY NOT FOUND)
> > > Running in eval Mode.
> > > and then download the code but the code doesn't run.
> > > please tell me what should i do?
> > > thanks a lot.
> > >
>
>
>
>
>
>
> SPONSORED LINKS
> Microcontrollers Microprocessor Intel microprocessors
>
> ---------------------------------
> YAHOO! GROUPS LINKS
>
>
> Visit your group "lpc2000" on the web.
>
> To unsubscribe from this group, send an email to:
> lpc2000-unsubscribe@yahoogroups.com
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
>
>
> ---------------------------------
>
>
>
>
>
> ---------------------------------
> Be a chatter box. Enjoy free PC-to-PC calls with Yahoo! Messenger
> with Voice.
>
> [Non-text portions of this message have been removed]
>
>
>
> SPONSORED LINKS
> Microcontrollers
> <http://groups.yahoo.com/gads?t=ms&k=Microcontrollers&w1=Microcontrollers&w2=Microprocessor&w3=Intel+microprocessors&c=3&s=69&.sig=c-HXthtbZy4TZbI3ib0PMg>
> Microprocessor
> <http://groups.yahoo.com/gads?t=ms&k=Microprocessor&w1=Microcontrollers&w2=Microprocessor&w3=Intel+microprocessors&c=3&s=69&.sig=ijt0SspWtjogcHCuFD0lUQ>
> Intel microprocessors
> <http://groups.yahoo.com/gads?t=ms&k=Intel+microprocessors&w1=Microcontrollers&w2=Microprocessor&w3=Intel+microprocessors&c=3&s=69&.sig=WOZdpklkgHbXR5quAgrl5w>
>
>
>
> ------------------------------------------------------------------------
> YAHOO! GROUPS LINKS
>
> * Visit your group "lpc2000
> <http://groups.yahoo.com/group/lpc2000>" on the web.
>
> * To unsubscribe from this group, send an email to:
> lpc2000-unsubscribe@yahoogroups.com
> <mailto:lpc2000-unsubscribe@yahoogroups.com?subject=Unsubscribe>
>
> * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
> Service <http://docs.yahoo.com/info/terms/>.
>
>
> ------------------------------------------------------------------------
>
[Non-text portions of this message have been removed]2006-05-31 by nader chinichian
hi,
Now i'm trying to debug my code with wiggler in keil but get this massege now:
Load "C:\\Documents and Settings\\....\\Obj_KEIL\\BasicSAM7_KEIL.ELF"
_____^
*** error 56: cant open file
can some one please tell me how can i solve this?
thanks.
Sutton Mehaffey <sutton@...> wrote:
That message is no big deal. You are just running the evaluation
version of the software and that's the message you get sometimes. It
will go away once you purchase the full-blown version.
--- In lpc2000@yahoogroups.com, "naderus2000" <naderus2000@...> wrote:
>
> hi,
> i configure keil for working with RDI for
> wiggler jtag but when want to start debug
> a massege box apear that write:
> MISSING DEVICE (R003:SECURITY KEY NOT FOUND)
> Running in eval Mode.
> and then download the code but the code doesn't run.
> please tell me what should i do?
> thanks a lot.
>
SPONSORED LINKS
Microcontrollers Microprocessor Intel microprocessors
---------------------------------
YAHOO! GROUPS LINKS
Visit your group "lpc2000" on the web.
To unsubscribe from this group, send an email to:
lpc2000-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
---------------------------------
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
[Non-text portions of this message have been removed]