• BUG with build system
    I found the bug in uVision v5 1. add a segment of code #ifdef XYZ ... #endif 2. make sure there is no preprocessor symbol XYZ 3. save all and rebuild 4. check code size 5. edit preprocessor...
  • BUG with build system
    I found the bug in uVision v5 1. add a segment of code #ifdef XYZ ... #endif 2. make sure there is no preprocessor symbol XYZ 3. save all and rebuild 4. check code size 5. edit preprocessor...
  • Must build restricted module to get around bug - ?
    I am using the Cypress EZUSB system with the Keil compiler(compiler 6.10, linker 4.03). When trying to debug the ISOSTRM sample app, I got the infamous 'MONITOR ERROR 22:NO CODE MEMORY AT ADDRESS 0045H...
  • Must build restricted module to get around bug - ?
    I am using the Cypress EZUSB system with the Keil compiler(compiler 6.10, linker 4.03). When trying to debug the ISOSTRM sample app, I got the infamous 'MONITOR ERROR 22:NO CODE MEMORY AT ADDRESS 0045H...
  • Help in building library file
    Hi, Can anyone help me. I am preparing a hardware specific library using keil C-51 compiler. I have created a library file myfun.lib, which contains 10 functions. I have written a main C file...