Posted on May 17, 2011 at 09:50I found solution... __ARMLIB_enableIRQ(); // Enable gloabal Interrupts Thats what I missed... It wasn't explained anywhere! Now it works :D
Posted on May 17, 2011 at 09:50Hi I have problem to make any interrupt to work. I tried many sample codes, but none of them work. CODE for external interrupt P3.2 SCU_APBPeriphReset(__VIC, DISABLE); SCU_APBPeriphReset(__WIU, DISABLE); SCU_APBPeri...