This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

greater than 64KB code size in DS5250 SRAM

HI, all

1.problem
I use DS5250 chip for an encryption device.
Recently, I added "SHA-1" C source code
in my project. But the total code size is greater than 64KB.


2.question
The "code banking in LX51" is best solution?


environment
CPU : 8051
Memory : external 128KB SRAM

cf. contiguous mode 16M program


Regard.

Parents
  • Thank you, Andy.


    I set Optiomization level 9(do not support
    to 11 level in my KEIL compiler).


    I would have got 63KB code size file.


    Now, I read documents about "code banking".
    In the future, my project will be updated.


    So I think "code banking" techniques is
    required finally.


    Regards.

Reply
  • Thank you, Andy.


    I set Optiomization level 9(do not support
    to 11 level in my KEIL compiler).


    I would have got 63KB code size file.


    Now, I read documents about "code banking".
    In the future, my project will be updated.


    So I think "code banking" techniques is
    required finally.


    Regards.

Children