Peripherals used by freertos in at91sam7a3

Hi I’m using freertos whith at91sam7a3 microconrtoller. I’d like to know wich peripherals are used by freertos. In particualar, wich timers (0,1 or 2) are not used by freertos? Thanks.

Peripherals used by freertos in at91sam7a3

By default the PIT is used.  Take a look at the function prvSetupTimerInterrupt() in port.c.  You can change it to use something else if you want.

Peripherals used by freertos in at91sam7a3

Thanks a lot!! Can I find your answer into the site http://www.freertos.org/ ? I did not find it. By