• HardFault in Config timer
    Hi i start with keil & ulink2 with lm3s6965 dev kit after blinky project i start use one timer interrupt : #include "lm3s6965.h" #include "lm3s_cmsis.h" int main(void){ SYSCTL_RCGC1_R ...
  • HardFault in Config timer
    Hi i start with keil & ulink2 with lm3s6965 dev kit after blinky project i start use one timer interrupt : #include "lm3s6965.h" #include "lm3s_cmsis.h" int main(void){ SYSCTL_RCGC1_R ...
  • DMA and multiple ADC channels with different buffer sizes
    Hi I'm using DMA with ADC1 channels 12 & 16. ADC1 Channel_16 is the core temperature. The code below works ie when the DMA flags the DMA_Buffer contains 800 samples, 400 for Channel_12 400 for...
  • DMA and multiple ADC channels with different buffer sizes
    Hi I'm using DMA with ADC1 channels 12 & 16. ADC1 Channel_16 is the core temperature. The code below works ie when the DMA flags the DMA_Buffer contains 800 samples, 400 for Channel_12 400 for...
  • 7 Channel ADC with DMA
    Hi; I want to read 7 channel ADC value with DMA. Firstly Init ADC Settings; void ADC_INIT(void) { //ADC_ChannelConfTypeDef sConfig; hadc.Instance = ADC1; hadc.Init.ClockPrescaler = ADC_CLOCK_ASYNC_DIV1;...