STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F411 ADC DMA Interrupt, StdPeriphLib

Posted on March 24, 2018 at 19:38 Hi Folks, I am trying to read a potentiometer over one ADC channel of the only available ADC1 peripheral on my STM32F4 board. It works fantastic, when i configure ADC without DMA and when i set only the End of...

tom.abel by Associate II
  • 775 Views
  • 2 replies
  • 0 kudos

STOP1 +RTC

Posted on March 21, 2018 at 15:04Use the stop1+RTC routine of stm32l476, can't enter stop1 mode, LED light has been flashing, what's going on?

yang hui by Associate II
  • 476 Views
  • 3 replies
  • 0 kudos

hello, Im using stm32f103 microcontroller. Im trying flash programming. while unlocking flash program erase controller by writing key values to register, controller not comming out of that loop. Is their any changes required in code????

Posted on March 24, 2018 at 05:43#define FLASH_KEY1               ((u32)0x45670123)#define FLASH_KEY2               ((u32)0xCDEF89AB)void main (void){    //FLASH_ClearFlag(FLASH_FLAG_EOP | FLASH_FLAG_PGERR | FLASH_FLAG_WRPRTERR);      /*unlock the f...

STM32F3 discovery maximum input frequency

Posted on March 23, 2018 at 19:15Hi I am currently working on STM32F3 discovery board. I want to calculate the number of rising edges that can occur in certain time period. Currently I am doing this by setting up an external interrupt pin and a time...

Arvi 38 by Associate
  • 370 Views
  • 1 replies
  • 0 kudos