• 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...
  • 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...
  • stm32 adc external trigger interrupt problem
    i try firmware examples given by st. in adc folder \ExtLinesTrigger example describes DC1 is configured to start regular group channel conversion on EXTI11 event. On detection of the first rising...
  • stm32 adc external trigger interrupt problem
    i try firmware examples given by st. in adc folder \ExtLinesTrigger example describes DC1 is configured to start regular group channel conversion on EXTI11 event. On detection of the first rising...
  • Level triggered vs edge triggered
    I am triyng to make an interrupt routine to control the entrance and exit of a client from a taxi car.The problem is that I dont know exacly what I should choose: Level triggered or edge triggered. ...