Question about the task scheduler on PowerPC platform.

Sebastian Huber sebastian.huber at embedded-brains.de
Thu Oct 12 05:09:19 UTC 2017


On 12/10/17 06:58, Qq wrote:
> Since the PowerPC architecture has 'Timer/Decrementer Registers', is it possible for these registers to be used
>
> as a clock tick?

The decrementer is used on some PowerPC BSPs by the clock driver. 
However, on systems with a priority based interrupt controller and the 
use of nested interrupts this is a bad choice since the decrementer 
exception doesn't honour the priority scheme of the interrupt 
controller. On these BSPs, a peripheral timer is used.

-- 
Sebastian Huber, embedded brains GmbH

Address : Dornierstr. 4, D-82178 Puchheim, Germany
Phone   : +49 89 189 47 41-16
Fax     : +49 89 189 47 41-09
E-Mail  : sebastian.huber at embedded-brains.de
PGP     : Public key available on request.

Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.



More information about the users mailing list