• Timer triggered ADC
    Hi, Processor: STM32F103RB (Kiel evaluation board MCBSTM32) I am attempting to setup a timer triggered ADC operation. To trigger the ADC I was planning to use TIM1_CH1. I am having problems...
  • GPIO Interrupts trigger problem
    I am using LPC1788 controller (FBD208pin package). I use some GPIO lines of Port 0 and 2 as external interrupts. There are Opto couplers, proxy sensors, etc sensors (that generate single pulse) are...
  • GPIO interrupt won't trigger
    I have set a pin on a Cortex M3 to act as an rising-edge triggered interrupt and it's not firing for some reason. What it should do is receive a 1Hz pulse, trigger an interrupt and start a 12.8Khz square...
  • Can interrupt don't trigger
    Hi, I have used dome CAN examples but I hae met with an strange problem. With the following code that I attach later I've get to trigger the interrupt recpection of can IRQ and every thing seems...
  • trigger level senstive external interrupt with AgsiWriteSFR
    Hello; I am able to trigger an edge sensitive external interrupt with a call to AgsiWriteSFR that sets the IE0 bit. However, I am unable to trigger the same interrupt when it is configured as level...