User Activity

Posted on February 27, 2012 at 10:42I have the following situation: - I have a STM32F103RB processor. - Timer 3 configured to generate a PWM signal at the output of PB5. I had to use partial_remap and channel 2 of the timer. Up to this point everyth...
Posted on September 28, 2011 at 13:39Hello, I have a troubles with JTAG programmers if on my processor runs following program:    RCC_ADCCLKConfig(RCC_PCLK2_Div8);     DMA_DeInit(DMA1_Channel1);     DMA_InitTypeDef dmaInitStructure;     DMA_StructI...
Posted on September 28, 2011 at 13:26       Hello,   I have a troubles with JTAG programmers if on my processor runs following program:         RCC_ADCCLKConfig(RCC_PCLK2_Div8);         DMA_DeInit(DMA1_Channel1);       DMA_InitTypeDef dmaInitStructu...