STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm32f3discovery read gyro acc mag data take long time

Posted on March 18, 2015 at 05:47I have a stm32f3discovery board,I want read the sensor's data, I use the driver in demo, but it take about 700 mseconds to get it, is this normal? but i want to handle these data under 20Hz.       seconds0 = millis()...

jipeng by Associate II
  • 484 Views
  • 3 replies
  • 0 kudos

STM32F105 / 205 pin interrupt response time

Posted on March 21, 2015 at 17:50Hello, For a certain application i need to set an output pin after receiving an intput pin interrupt. What is the best way to calculate the fastest possible response time? I assumed following: 1. toggling an input p...

ronald23 by Associate
  • 551 Views
  • 3 replies
  • 0 kudos

STM32L152 com0 and MCO on PA8

Posted on March 25, 2015 at 06:34Hi how are you? I am evaluating this micro and while doing my pinout I found that MCO and LCD's COM0 share the same pin, PA8. None of them is available in any other pin. It seems that COM0 is always needed for LCD op...

I2C Timing for STM32f0xx

Posted on March 25, 2015 at 02:48Hi, I'm working on STM32f072RB and I'm trying to find out the I2C Timing for my discovery board. I had download the configuration tool from ST website and followed its instruction to enable all the macros. But I was ...

eeyjws by Associate II
  • 258 Views
  • 0 replies
  • 0 kudos

Scrolling Background Test STM32F4

Posted on March 24, 2015 at 01:06I'm Using Keil on an STM32F439 on a little project.I am trying something that does this:Set framebuffer to the location of an image whose width is 3 times that of the screenset line pitch to 3*X_RESOLUTION display im...

STM32F0 CAN pin configuration

Posted on March 24, 2015 at 20:05 Hello, I am basing this post off of the STM32F0 firmware V1.5. I am working on a CAN project where we recently migrated to a smaller package chip (we are now using the STM32F072RB). The firmware example f...

STM32F04T6: development wit IAR workbench

Posted on March 24, 2015 at 17:12Hi,I've recently started learning application development on ARM platform STM32F04T6 seem to be a perfect fit for my requirement. In past I did some programming under IAR workbench for TI MSP430 using IAR workbench a...

gmate1 by Associate II
  • 407 Views
  • 2 replies
  • 0 kudos

DMA normal buffer

Posted on March 13, 2015 at 14:50Hi I have attached a piece of code in which DMA is configures as circular buffer. I have configured a total buffer complete interrupt. when I get into the interrupt I want to change the BUFF_SIZE In data shet it is ...

sanjib by Associate III
  • 818 Views
  • 6 replies
  • 0 kudos

Can not make RDP work in STM32F429i_Disco

Posted on March 19, 2015 at 13:38I can not make RDP work in STM32F429i_Disco My code is: ~~~~~~~~~~~~~~~~~             FLASH_OB_Unlock();             FLASH_OB_WRPConfig(FLASH_WRP_SECTORS, DISABLE);             FLASH_OB_WRP1Config(FLASH_WRP_SECTORS,...

Linda by Associate II
  • 480 Views
  • 5 replies
  • 0 kudos