• large size of array defined in ROM
    It is a bank code project, total 16 banks and 512K byte extern rom. there are two large size of const arrays which both are larger than 10KByte. Using LX51 linker. I definded these two arrays as below...
  • large size of array defined in ROM
    It is a bank code project, total 16 banks and 512K byte extern rom. there are two large size of const arrays which both are larger than 10KByte. Using LX51 linker. I definded these two arrays as below...
  • program halt when using interrupt + Compact code size + global variable
    Hi all: My chip is Cypress 68013 56pin. I am trying to use interrupt in my code. I also use a global variable to be interrupt indicator. The result is : program halt. I did some test and got...
  • program halt when using interrupt + Compact code size + global variable
    Hi all: My chip is Cypress 68013 56pin. I am trying to use interrupt in my code. I also use a global variable to be interrupt indicator. The result is : program halt. I did some test and got...
  • code size difference between version 4.22a and 4.23
    Hi, I am using a Samsung chip with cortex-M3 core,when i Build the code using 4.22a version of keil the code size is aroung 498KB at optimization level 1.The same code when i build using 4.23 version...