• LINKORDER attribute of the AREA directive
    Could anyone please explain how the LINKORDER attribute of the AREA assembler directive works? The manual doesn't give me a clue. Simple example would be appreciated.
  • Overlapping Memory areas in ARM
    Hi, Is there a way to allow memory overlapping in MDK-ARM? I have tried to use the "__attribute__((at(address)))" but it does not work. Ex. unsigned char array1[20] __attribute__((at...
  • Library CODE area problem
    My code supposed to use ECODE memory region only. I've noticed that several issues are related to this requirement: - placing "code" directive in C places the function in CODE only area. - if code...
  • Code Area
    How do I set my c51 keil to a compact memory model?
  • problem using the SRAM area of the MSC1210
    I am using the MSC 1210 for my application. I am finding the Internal RAM area too small. I would like to know how to use the 1K SRAM area of the device as a general purpose RAM. I am using the KEIL Microvision...