FreeRTOS not responding to external Interrupts

areeg wrote on Thursday, March 14, 2019:

Hello I have a problem that FreeRTOS isn’t responding to any external interrupts on ARM Cortex M4F TM4C123G
Is there any API that I should use to enable interrupts?
Thanks in advance

richarddamon wrote on Friday, March 15, 2019:

FreeRTOS itself doesn’t control the interrupts, for ARM cores theere is normally a library provided of standard routines to handle these. It somewhat depends which interrupt controller that processor uses.