• Device selector
    1) the device selector i great and, as far as I can see, kept current - Bravo. 2) could you add 'linear addressing space' to the selection. I have applications that need >64k that can not handle the...
  • User-defined memory type
    I came across this article from Keil's Knowledgebase: http://www.keil.com/support/docs/2397.htm However, I do seem to have trouble finding the definitions for those prefiex S:, T:, U: and V:. Can...
  • User defined memory space
    Hi all, I'm asking if anyone has found a better way to access user defined memory. That is, accessing memory that can't be reached w/the "movx" instruction, but must be accessed w/user code. I...
  • L251 user defined memory classes
    It is said in the L251 documentation that by default, the linker would use below address ranges for a all memory classes Question 1: In a linker file that i was checking, the two are declared...
  • User defined memory space (mspace)
    Hello all. I'm using 0x80000(, 0x90000..) as a mspace for external eeprom(s). Is there a way to avoid to check the (valid) mspace of constants? Or even better, to add a 'new' memory space? #define...