• DMA Trigger via input GPIO Pin
    Hi, is it possible to start a DMA transaction by a falling edge on a GPIO pin? I used the EXTI configuration for this input pin and in the EXTI-ISR i can trigger the DMA. But i think this is...
  • Unable to trigger SWI via GIC on Cortex A15
  • 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. ...
  • Download to Flash via USB
    Hi, i'm a beginner. I have a Luminary Micro RDK-ACIM, which is connected to my PC via USB and Mini USB to the board. By now i have tried many things, like µVision,LM Flash Programmer..., to get...
  • 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...