STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

ADC pin Current Draw

Posted on July 08, 2016 at 09:13I am looking for the typical as well as the maximum value of ADC pin current draw while it is sampling. My micro is a STM32F103.Many thanks. #adc #adc-pin-current-draw

STM32L4 - New packages planned?

Posted on May 18, 2015 at 19:26Hello First of all, congratulation for the power efficiency of the ''new'' STM32F411, at low speed it's actually more efficient than a STM32F0, impressive. But I'm missing one important feature, it hasn't touch sensor ...

Tantalum by Associate II
  • 1097 Views
  • 10 replies
  • 0 kudos

External interrupt for trigger ADC

Posted on July 07, 2016 at 10:38 Hi I use EXTI for trigger ADC for stm32f RCC_AHBPeriphClockCmd(RCC_AHBPeriph_DMA1, ENABLE); /* DMA1 Channel1 Configuration ----------------------------------------------*/ DMA_DeInit(DMA1_Channel1); DM...

0690X00000605QDQAY.png

Program doesn't run after Forced Bulk erase

Posted on July 06, 2016 at 23:19I have been programming an STM32f103, to get used to ARM (Olimexino board - don't laugh).I was advancing pretty well, had the GPIO working, SysTick interrupting and a basic time-banding system working.Then for some re...

How to Set Up DMA for ADC1

Posted on July 05, 2016 at 22:09I am trying to set up direct memory access for ADC1. I have already configured direct memory access for ADC3 using an example I found here: This works for ADC 3, but when I try to change the parameters to set up ADC ...

epalaima by Associate II
  • 562 Views
  • 3 replies
  • 0 kudos