MohammadElwakeel
Junior Member level 1
freertos interrupts
Dear friends,
I'm new to freeRTOS and have a question concerning the priorities of the AVR interrupts:
I know that the priority of interrupts in AVR controllers is fixed, that is for example, the ADC intterupt is far lower priority than the external interrupts and timers, and it is fixed with no option to configure it.
If I used FreeRTOS and built my application using it, can I change the priority of the ADC interrupt by some means of hooking it to a higher priority task or something?
is it possible to change the priorities of intterupts through the RTOS?
Please help me as I'm very confused. Thanks
Mohammad Elwakeel
Dear friends,
I'm new to freeRTOS and have a question concerning the priorities of the AVR interrupts:
I know that the priority of interrupts in AVR controllers is fixed, that is for example, the ADC intterupt is far lower priority than the external interrupts and timers, and it is fixed with no option to configure it.
If I used FreeRTOS and built my application using it, can I change the priority of the ADC interrupt by some means of hooking it to a higher priority task or something?
is it possible to change the priorities of intterupts through the RTOS?
Please help me as I'm very confused. Thanks
Mohammad Elwakeel