STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F407VG_Discovery IAR printf() console

Posted on September 02, 2016 at 00:16Hey Guys, i'm using the printf() to console to debug basic issues as i'm integrating an STM32F407VG_Discovery with an X-NUCLEO-IHMO2A1. In the dspin libraries to set the clocks for communicating with the L6470 Mo...

How to use the DWT_CYCCNT and DWT_CONTROL

Posted on September 01, 2016 at 19:53I am going to try some timings. I found some examples. In one example there was an address given for both registers. Is it always the same for all CPUs and is it necessary. The rest SW is with Cube. Very long lin...

LMI2 by Lead
  • 821 Views
  • 3 replies
  • 0 kudos

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
  • 268 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
  • 419 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...