• Code works fine in optimzation while go to hardfault in levl 0 optimzation
    HI, My code works fine in optimzation for time level . But in level - 0 optimzation it goes to hardfault before entering main. I am using LPC1317, here is reset handler for this. Reset_Handler...
  • cross module optimization
    hello i am using different platform to build keil environment project and i want to enable cross module optimization. i am using following keywords to enable linker options. add option { ...
  • Cross Module Optimization crash
    Hi all, I have a strange problem with Cross Module Optimization. I use the LPC2300 Keil EV Board. If I compile the project in thumb mode it works all fine, but in Arm Mode it will crash!...
  • How to apply "[Target]->[cross-module optimization]" to "*.lib"
    I would like to delete no-reference methods on "*.lib" because optimizing ROM size. I tried to apply "[Target]->[cross-module optimization]" as true. But no-reference methods were not deleted. Why...
  • cross assembler
    Can the Cx51 be used as a cross assembler. If we write the C code can it be directly converted to assembly. How can we link aspire and Cx51 toolset