• Memory expansion info and KEIL support
    Hi, I have to improve a system memory capability with the minimum IO usage possible. I am thinking to use I2C memory device which spends 2 I/O pins. There's also SPI devices which need 4 I/O pins...
  • C Macro Expansion Question
    Is there a way to create a C #define macro such that a call to it: nop_delay(5) would yield the following expanded code?: _nop()_; _nop()_; _nop()_; _nop()_; _nop()_; Thanks, Tom...
  • A51 Limits of Macro-expansion??
    Is there a Limit of the total size of macro-expanded code? (in V5.10) I've made a library of very handy macros which expand to a remarkably large listing. Sometimes, when I define additional macros...
  • call tree expansion
    I was trying get expansion of call tree for each functions in the map file (at section OVERLAY MAP OF MODULE) generated by uVision Keil compiler, which would looks similar to output from tool like cflow...
  • C Macro Expansion Question
    Is there a way to create a C #define macro such that a call to it: nop_delay(5) would yield the following expanded code?: _nop()_; _nop()_; _nop()_; _nop()_; _nop()_; Thanks, Tom...