Peripherals used by freertos in at91sam7a3

nobody wrote on Wednesday, January 11, 2006:

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.

nobody wrote on Wednesday, January 11, 2006:

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.

nobody wrote on Wednesday, January 11, 2006:

Thanks a lot!!

Can I find your answer into the site http://www.freertos.org/ ? I did not find it.

By