FreeRTOS not responding to external Interrupts

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

FreeRTOS not responding to external Interrupts

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.