• 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...
  • 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 selectors
    Is there any pragma that allows you to create your own memory selector keyword? (i.e. near_ram). I have two EDATA classes defined as: CL (edata(0-041FH),edata(4000H-FFFFH)) I would like to use the...
  • 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 function in uVision5
    Hi everyone, I have an assembly code that I want to run in uVision4. The .a51 code is as follows: MOV A, #002H MOV R0, #040H MOV 040H, #001H XCH A, @R0 MOV R0, #050H MOV 050H, #0F0H...