STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM Nucleo and SPI

Posted on December 15, 2015 at 10:56Hello and thanks in advance.I have now a STM32F091 Nucleo. I am interested in running SPI on it. However by looking at the page of the product I can not tell which pins are for SPI or if it supports SPI at all. Fo...

d_aliaga by Associate II
  • 453 Views
  • 2 replies
  • 0 kudos

SPI write

Posted on December 15, 2015 at 14:35Hi I have seen that spi has 16 bit buffer but only we can send 8 bit. Would like to know why it is like that ?

arunl4g by Associate II
  • 271 Views
  • 1 replies
  • 0 kudos

STM32 Nucleo and mbed

Posted on December 15, 2015 at 07:51Hello everybody. This is my first post. I would like to ask about mbed. I have one (STM32F091RC) and I have used mbed to program it with a couple of examples (LED switching, button etc). The programs seem quite si...

d_aliaga by Associate II
  • 360 Views
  • 1 replies
  • 0 kudos

USART does not get interruption from time to time.

Posted on December 14, 2015 at 10:41Hi, We are using an ARM STM32L100RC. We receive in our firmware a message of just two characters through the USART 1. At 9600 kbps it works ok, at 19200 it fails sometimes, but at 38400 it fails one in ten times (...

rvarona by Associate II
  • 572 Views
  • 4 replies
  • 0 kudos

Same calculation time in both 36MHz and 64MHz

Posted on December 15, 2015 at 14:55Hi everybodyI am trying to implement some mathmatic calculations in STM32F103.I use HSI and PLL to provide 64MHz and 36MHz clock, considering Flash Wait State and enabling Prefetch Buffer. I expect that the calcul...

serial port debug question

Posted on December 12, 2015 at 16:29Hello All, Moving from the Motorolla 9s12 to the stm32.  Just got a eval board and after recovering from Register shock I am just trying to get some blinky lights and serial comm (USART) going which is what I wou...

USB Host HID EventCallback

Posted on December 15, 2015 at 12:16Dear,In my STM32F429 application I use a mouse or a keyboard The USBH_HID_EventCallback is common to both It would fine to have a different callback registered in the HID_Handle by USBH_HID_InterfaceInit() like it...

EXTI rising falling with pin monitoring - issue

Posted on December 15, 2015 at 10:05 I'm using STM32F4 Discovery. I configured a GPIO pin PB8 for external interupt for both rising and falling edges, so that I have to reset a flag when it is high->low or set when low->high which is done by rea...