How Disable global interrupt with ARM 32F0
Posted on November 02, 2014 at 08:15Dear AllFollowing syntax does nit disable the global interruptPlease advice uint32_t PriMask = 0x01; //void __enable_irq (void);//Global Interrupt enable (using the instruction CPSIE i) void __set_PRIMASK (uint32...