Hi, PTD0 LED stays high(lit) all the time. I run the app and the interrupt is enabled, timer is counting and resets:
LPIT0_MIER->TIE0 1
LPIT0_TCTRL->T_EN 1
NVIC_ICPR[1] - 0x00004000
NVIC_ISER[1] - 0x00010000
PCC_LPIT - 0xC6000000
-PR 1
-CGC 1
-PCS 0x6
I can't figure it out why the same code doesn't work in IAR, maybe do i have to set something specific in IAR configuration?
Thank you for reply.