This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TM4C123GH6PM: All interrupts doesn't work while debugging

Part Number: TM4C123GH6PM
Other Parts Discussed in Thread: EK-TM4C1294XL, SEGGER,

Tool/software: Code Composer Studio

Hello. I have a custom board with TM4C123GH6PM MCU. I use segger for debuging. Then i start debug my code no one interrupts doesn't happend(periodic timer). But if i repower contorller it work correctly. I checked it by toggling led in different interrupt handelrs. I am sure about added IntMasterEnable(); line in my code after initialization. Before using my custom board i used ek-tm4c1294xl for practice and similar code work great(i just changed pinmux). How to fix it?