STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Interrupt Doesn't occur

Posted on September 01, 2016 at 21:47I am working on STM32F030 Discovery. I trying to generate 1ms interrupt. But the code doesn't work. But when change the htim3.Init.Period from 0 to 1, it works with 2ms interrupt. But I need 1ms interrupt. Freque...

anuj by Associate II
  • 278 Views
  • 1 replies
  • 0 kudos

STM32F072 ADC with reduced PCLK

Posted on August 31, 2016 at 14:17 I'm having a problem getting an accurate reading from the ADC with a reduced PCLK. The readings are about 800 values higher than what is expected (using 12bit ADC). When the microcontroller is running at 48MHz ...

STM32F072RBT6 CAN-BUS Problem

Posted on September 08, 2015 at 10:28 I want to use Stm32f072rbt6 can bus Port A CAN RX PA11 CAN TX PA12 I want to dara send and recive over can bus. I write this code bu it was'nt work. What is my mistake. /* Includes ----...

SD card on STM32F103RBT6 (without SDIO)

Posted on September 01, 2016 at 15:18Are there any firmware libraries for implementing SD card support and FATFS on STM32F103RBT6 which has no SDIO pins?Thanks for any guidence :) #stm32f103rbt6-sd-sdio

jacek2 by Associate
  • 434 Views
  • 1 replies
  • 0 kudos

STM32F746, ADC

Posted on July 25, 2016 at 12:05 Hello, I have a few question about ADC. I want to drive ADC through DMA. The problem is that when I choose more than 6 samples I cannot enter in HAL_ADC_ConvCpltCallback. My second question is how to set the time...