EmbeddedRelated.com
Forums

error for RDI in keil "MISSING DEVICE (R003:SECURITY KEY NOT FOUND)"

Started by naderus2000 May 26, 2006
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.





An Engineer's Guide to the LPC2100 Series

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 l..., "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.
>





my code is about 10k not above 16k so the complier must work.
if i use in GNU complier is it work?

Sutton Mehaffey 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 l..., "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

---------------------------------
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 l..., nader chinichian 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 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 l..., "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.
> >

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 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 l..., nader chinichian 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 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 l..., "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

---------------------------------

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*
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 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 l..., nader chinichian 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 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 l..., "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
>
> ---------------------------------
> >.
>
>



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 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 l..., "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

---------------------------------

You must select "Create Hex file".
Options for Target 'Target 1'-->Output-->Create Hex file.

On 2006-5-31 17:42, nader chinichian wrote:
> 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 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 l..., "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
>
> ---------------------------------
> >.
>
>
>
>