STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Stm32f103 MCO output

Posted on September 10, 2017 at 18:00 I try to configure my MCO ouput on my STM32f103, only with STD periph lib. here is my code: void OutputMCO() { GPIO_InitTypeDef GPIO_InitStructure; RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOA, ENABLE);...

paul sauv by Associate III
  • 1174 Views
  • 1 replies
  • 0 kudos

STM32F4 SDIO DMA FIFO Error

Posted on December 16, 2013 at 19:54 Hi, I'm quite new to microcontroller programming, and I'm currently rolling my own library using STM32F4's SDIO peripheral. I'm currently having problems when I write data to a card using the DMA. My ...

MPU6050(I2C) not working

Posted on September 08, 2017 at 15:38Hello All,I am using STM32F100 MCU for MPU6050 sensor interfacing.I am using I2C.when i generate code , i get itvoid HAL_I2C_MspInit(I2C_HandleTypeDef* hi2c){GPIO_InitTypeDef GPIO_InitStruct; if(hi2c->Instance==I...

GPIO Toggling issue

Posted on September 08, 2017 at 15:55Hi,Now I'm currently working with GPIO control.And I have an issue to control GPIO,I came across there's not toggling when I use delay()For example,# GPIO toggling not working casevoid delay(void){ volatile int i...

STM32L43x peripheral drivers

Posted on September 09, 2017 at 00:06Hi    I am trying to write my own HAL for STM32L43x deivce basically on the neucleo board that I purchased. I wonder if any of you guys know where I can just download the peripheral drivers... I know STM provide ...

STM32F301: Speed feedback error at high temperature

Posted on September 04, 2017 at 12:27Dear Sirs,I have same problems to drive one SM-PMSM at ambient temperature of 65°C.At 25°C there is not any problem, all works as expected, but at 65°C a speed feedback error appear.I checked the current sensi...

L. G. by Associate
  • 485 Views
  • 2 replies
  • 0 kudos

Timer set up as Quadrature encoder - question

Posted on September 01, 2017 at 01:27Board: NucleoF722 with STM32F722I'm using TIM5 for quadrature encoder counter. I had seen some examples of using CubeMX to do this.Since I'm interested in quadrature counter, i.e counting 4X the resolution of the...

Brian D by Associate III
  • 1710 Views
  • 8 replies
  • 1 kudos