nobody wrote on Tuesday, April 04, 2006:
I think the FIQ interrupting critical sections will cause a problem if the FIQ and critical section are both accessing the data structures used by the kernel.
Can you make the FIQ perform the action for which you need the fast response time without the FIQ handler accessing above mentioned data structures or calling API functions? Maybe the FIQ could effectively be your highest priority task?