• How to set up stage-2 translation table
    Hi, I am trying to enable stage-2 translation for Armv8 aarch32, cortex-a53. If I set HCR.VM=1(enable stage-2 translation) it will crash. I suspect it does not set up stage-2 translation table. But...
  • How to set up stage-2 translation table
    Hi, I am trying to enable stage-2 translation for Armv8 aarch32, cortex-a53. If I set HCR.VM=1(enable stage-2 translation) it will crash. I suspect it does not set up stage-2 translation table. But...
  • fix address for variables which are stored in flash
    I want allocate the fix address for variables which are stored in flash. for example: const float engine_speed[6]={0,1000,2000,3000,4000,5000}; after compiling it, the address of these variables (engine_speed...
  • fix address for variables which are stored in flash
    I want allocate the fix address for variables which are stored in flash. for example: const float engine_speed[6]={0,1000,2000,3000,4000,5000}; after compiling it, the address of these variables (engine_speed...
  • Variable at fix address
    How to locate 1) structure 2) array of structure 3) any variable like char,int,long to a specific memory location and how declare its extern prototype regards... Yogesh.