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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
12/02/05 14:11
Read: times


 
#104587 - Reduce code size?
Responding to: ???'s previous message
Sandeep Gupta said:
our code size is too big; around 75K, using code banking;

I'm not quite clear on your aim here - Are you hoping to use the ICE to reduce your code size?

What optimisation level are you using?
Have you tried using the highest optimisation levels available with PK51?
This could possibly reduce your code size to below 64K - although it would be more difficult to debug (even with an ICE).

Do you have lots of constants in your Code space?
PK51 lets you move constants into XDATA space - thus saving CODE space (provided your hardware can map some ROM into XDATA space)

List of 17 messages in thread
TopicAuthorDate
In-circuit emulator            01/01/70 00:00      
   emulator or debugger            01/01/70 00:00      
      delicate???            01/01/70 00:00      
      Re            01/01/70 00:00      
         re Phyton            01/01/70 00:00      
   I think you need some expensive version            01/01/70 00:00      
      Ceibo supports code banking            01/01/70 00:00      
         are yoy using the DS ?            01/01/70 00:00      
            Yes it is a DS-51            01/01/70 00:00      
   What's an emulator ( ICE)?            01/01/70 00:00      
      a simple definition            01/01/70 00:00      
   Reduce code size?            01/01/70 00:00      
      ICE and optimization            01/01/70 00:00      
      Good Point            01/01/70 00:00      
      Optimisation            01/01/70 00:00      
      Re: ICE            01/01/70 00:00      
         I can not speak for you, but evaluating            01/01/70 00:00      

Back to Subject List