• Is there some way to determine which processor is being compiled to?
    I have several pieces of source which are compiled for a generic 80C31 or a Dallas 80C310. These processors require a different include files for the sfrs. Rather than changing the source code each time...
  • Is there some way to determine which processor is being compiled to?
    I have several pieces of source which are compiled for a generic 80C31 or a Dallas 80C310. These processors require a different include files for the sfrs. Rather than changing the source code each time...
  • What does PMCEID0_EL0 determine for the the PMU? Performance monitor config
    The TRM for the a-57 states that PMCEID0_EL0: Defines which common architectural and common micro-architectural feature events are implemented. PMCEID1_EL0 is a continuation of this list. If a bit position...
  • What does PMCEID0_EL0 determine for the the PMU? Performance monitor config
    The TRM for the a-57 states that PMCEID0_EL0: Defines which common architectural and common micro-architectural feature events are implemented. PMCEID1_EL0 is a continuation of this list. If a bit position...
  • How determine library sizes?
    Hello, In LST files you can find totals about module memory usage, in M51 you can do the same for complete application but, how can I determine the memory usage (code and data)when I build a library...