Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
05/16/09 20:20
Read: times


 
#165429 - I don't think that's true
Responding to: ???'s previous message
Girish Nikam said:
I was expecting the Keil IDE to gracefully stop compiling my program when I would hit the Eval limit and throw some kind of errors to me.

I'm pretty sure it does that.

But looks like it silently compiles and generates the hex file that does not work.

I don't think it intentionally does that.

More likely, you have some underlying problem - which might be compounded by approaching the demo limit?

The surprising part is when I execute the same program on the KEIL simulator, it works perfectly.

That's not at all uncommon - even with the full version

It generally means that there's either a fault in your real hardware, or a fault in your software that happens not to manifest under the simulated conditions.
Or the simulator is not quite set-up to exactly match your hardware.
Or a combination of the above.

So may be the Eval version allows to run the simulation but the hex generated for the target board is blocked !!

I think not.



List of 15 messages in thread
TopicAuthorDate
Keil + Easy-Downloader : Large programs do not work !!            01/01/70 00:00      
   Evaluation Limitation            01/01/70 00:00      
      Yes, you are wrong!            01/01/70 00:00      
   Remember that the evaluation also adds an offset            01/01/70 00:00      
      but code starts at 0x2000            01/01/70 00:00      
         Reading is Fundamental            01/01/70 00:00      
   Keil Eval is indeed the problem !            01/01/70 00:00      
      I don't think that's true            01/01/70 00:00      
         Seems to be common to simulate with more memory            01/01/70 00:00      
            why 380 bytes when code is 1900 ?            01/01/70 00:00      
               problems            01/01/70 00:00      
                  it starts at 2000 !!            01/01/70 00:00      
                     of course it does - kind of            01/01/70 00:00      
                     RE: it starts at 2000 !!            01/01/70 00:00      
            Keil simulator            01/01/70 00:00      

Back to Subject List