• 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...
  • 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...
  • Hex files located in different memory areas
    I need to be able to hold two applications on-chip at a time so I can choose which one to run (using a code based reset giving a start vector) T89C51AC2 The default one will be compiled for the...
  • Hex files located in different memory areas
    I need to be able to hold two applications on-chip at a time so I can choose which one to run (using a code based reset giving a start vector) T89C51AC2 The default one will be compiled for the...
  • 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...