ARMCM3_config.txt 951 B

12345678
  1. # Parameters:
  2. # instance.parameter=value #(type, mode) default = 'def value' : description : [min..max]
  3. #------------------------------------------------------------------------------
  4. armcortexm3ct.semihosting-enable=0 # (bool , init-time) default = '1' : Enable semihosting SVC traps. Applications that do not use semihosting must set this parameter to false.
  5. armcortexm3ct.cpi_div=1 # (int , run-time ) default = '0x1' : divider for calculating CPI (Cycles Per Instruction)
  6. armcortexm3ct.cpi_mul=1 # (int , run-time ) default = '0x1' : multiplier for calculating CPI (Cycles Per Instruction)
  7. armcortexm3ct.min_sync_level=3 # (int , run-time ) default = '0x0' : force minimum syncLevel (0=off=default,1=syncState,2=postInsnIO,3=postInsnAll)
  8. #------------------------------------------------------------------------------