• Saving context before a switch
    Hello, I am working with an xc167. Currently I use a round-robin schedular, but I want to write my own preemptive schedular. I have browsed through the user manual, but it is still not 100% clear to...
  • Saving context before a switch
    Hello, I am working with an xc167. Currently I use a round-robin schedular, but I want to write my own preemptive schedular. I have browsed through the user manual, but it is still not 100% clear to...
  • Saving the context of a STR9
    Hello all, I am trying to save the context of my STR9 but I am running into some trouble here: first of all, RealView does not allow for inline assembly that accesses registers directly, only embedded...
  • Saving the context of a STR9
    Hello all, I am trying to save the context of my STR9 but I am running into some trouble here: first of all, RealView does not allow for inline assembly that accesses registers directly, only embedded...
  • ARM Context ID Register & Process Context Switch
    Hi, all What is the content of Context ID Register of ARM Cortex A9. Is it OS that is responsible for assigning the value of Process ID and ASID? As far as I know, it is so in Linux. Is that the same...