• how to avoid generate _ARM_common_switch8 in switch case
    Dear all I would like to avoid generation on "_ARM_common_switch8" in switch case / MDK ARM. I cannot change the source code because of its porting past product. it may be difficult to use...
  • how to avoid generate _ARM_common_switch8 in switch case
    Dear all I would like to avoid generation on "_ARM_common_switch8" in switch case / MDK ARM. I cannot change the source code because of its porting past product. it may be difficult to use...
  • How to avoid occupy code memory by "Uncalled Segment"?
    There are many functions in my source code. If some functions don't be used in current target. There are some warning message about "Uncalled Segment" after compling. And these uncalled segments also...
  • How to avoid occupy code memory by "Uncalled Segment"?
    There are many functions in my source code. If some functions don't be used in current target. There are some warning message about "Uncalled Segment" after compling. And these uncalled segments also...
  • get the memory value on memory write trigger, how to avoid recursions
    I have the following setwatches: Agsi.SetWatchOnMemory(addr, addr, check_data_write, AGSIWRITE); Agsi.SetWatchOnMemory(addr, addr, check_data_read, AGSIREAD); What I try to do is to trigger...