• Ram clear after reset
    Hello, I am working on a project based on STM32F103VC microcontroller. I tried to find any resource/discussion/application note on clearing of internal SRAM after reset (i.e. initialization of SRAM...
  • Capture Register Not Executing Interrupt
    I am working with the Philips LPC 2132 and I am using the (interrupt driven) capture registers on timer 0. I notice then when I toggle the pin, it interrupts and in the ISR I clear the interrupt, but...
  • 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...
  • Clear MIC_RSR register on LPC3250
    Hi, I'm looking to set up the LPC3250's high speed timer to generate an interrupt, but I'm unable to clear the MIC_RSR register. At the moment even though I have the internal match interrupts for the...
  • capture register in lpc23XX timer module
    i am confused whether lpc23xx has two capture registers CR0 and CR1 in the timer module as given in the user manual 2009 release or has four capture registers CR0, CR1,CR2,CR3 as given in user manual2008...