• __asm inline selective disable optimization
    Hi, I'm an mixing assembly with C code using Keil uV 4.6 When I have optimization Level 3 (-O3) turned on, the compiler skips alot of assembly function memory reads & writes. I need every line to be...
  • __asm inline selective disable optimization
    Hi, I'm an mixing assembly with C code using Keil uV 4.6 When I have optimization Level 3 (-O3) turned on, the compiler skips alot of assembly function memory reads & writes. I need every line to be...
  • Macro will be "optimized" by Keil C ?
    If one macro is defined for "assignment": Ex. #define equal(a,b) {a=b; } And write: equal(A,1); equal(A,2); equal(A,3); where A is pointer to XDATA space(mapped to H/W) Keil C will "optimize...
  • Macro will be "optimized" by Keil C ?
    If one macro is defined for "assignment": Ex. #define equal(a,b) {a=b; } And write: equal(A,1); equal(A,2); equal(A,3); where A is pointer to XDATA space(mapped to H/W) Keil C will "optimize...
  • Application not running after flashing when OPTIMIZATION option selected in KEIL uVision3 V3.53
    Hi We are using KEIL uVision3 V3.53 for our application development. The nxp controller we use is P89LPC9408, which has a CODE size of only 8K. Since our application got over 8K - Program...