This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

what does "lifeline" means used in nRF51 reference manual?

I don't know what does this word means.. and what are the length and number of boxes on the lifeline..

Parents
  • Hi

    The lifeline is just a representation of CPU activity. Each box represents some processing that has to be performed by the CPU for the peripheral to operate.

    In between the boxes the peripheral will run on its own, and the CPU is free to go into sleep (system ON), or to do other tasks.

    The length of the boxes is not exact, it is just a coarse representation of how much processing each step involves, but the number of processing steps (boxes) is usually accurate.

    Best regards
    Torbjørn

Reply
  • Hi

    The lifeline is just a representation of CPU activity. Each box represents some processing that has to be performed by the CPU for the peripheral to operate.

    In between the boxes the peripheral will run on its own, and the CPU is free to go into sleep (system ON), or to do other tasks.

    The length of the boxes is not exact, it is just a coarse representation of how much processing each step involves, but the number of processing steps (boxes) is usually accurate.

    Best regards
    Torbjørn

Children
Related