• clearing GPNVM2
    Hi, anyone knows of any examples for SAM7x256 for clearing GPNVM2 bit in software? I know the eval kit has a jumper but I am using my own board and can't use a jumper to start SAM-BA. I use...
  • clear explanation for os_evnt_wait_and
    Please give the explanation for the above function clearly,bcoz in my project i am implementing RTOS concept using LPC2294
  • Clear Project File List
    In uV4 under the Projects tab there is a list of previously opened projects. 1. This list seems to add projects in a random fashion. For example, if I open a project, and later close it. It often...
  • reading a register to clear it
    Sometimes in cortex M3 there are registers which get cleared on reading. like some of int registers. Now if use uint32_t dummy = read_register(); then if will clear the register but compiler...
  • Clearing CR0 interupt
    Hi, Using LPC2129. I am using timer 0 to interupt on the falling edge of the signal on P0,2 (CAP0.0). The interupt works fine, however I can't seem to clear the 'CR0 Interrupt' Flag after each interrupt...