STR710 interrupt and freeRTOS

frankandersen wrote on Friday, September 21, 2007:

Hello,

Does the port for the STR71x support nested interrupts?

Meaing while executing eg. the TimerTickInterrupt, does it then accept interrupts of a higher priority?

Or is the higher priority interrupt blocked until the end of TimerTickInterrupt?

Best regards,

Frank Andersen

davedoors wrote on Friday, September 21, 2007:

Here is an FAQ on this http://www.freertos.org/FAQISR.html#Nest

Consider using the FIQ before changing to use nested interrupts.

frankandersen wrote on Monday, September 24, 2007:

Hi Dave,

Unfortuneatly the STR710 is not very flexible with use of FIQ, only the watchdog and timer0 can be asigned to FIQ.

When will the configKERNEL_INTERRUPT_PRIORITY be implemented in the ARM7 ports?

Best regards,

Frank Andersen