• RAM in Code memory area
    Note: This was originally posted on 20th June 2011 at http://forums.arm.com Hi, My board has 32K SRAM in the code memory area (within the first 0.5G), also has the same size of build in SRAM in data area...
  • Two different code area?
    Hi all , I want to run program which has some 2 different code area. In the example that I have written below CODEAREA1 gets executed until I branch to CODE AREA2….after branching to CODEAREA2 I am getting...
  • 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...
  • where is the common area in code bank?
    Hi, In most example, if we use "BANKAREA(0x8000,0xFFFF)",the common area will allocate at the 0x0000~0x7FFF of all banks. As the http://www.keil.com/support/docs/158.htm descript. My question...
  • running code in two different areas
    Hello all I want to run project which has two assembly files added to it.I am giving an example below.I have two assembly files named biggest.a and biggest_seg.a The program will find the biggest...