STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Using USB OTG as a device

Posted on February 25, 2012 at 19:23I need to use a F105 as I need CAN and USB at the same time. I need to connect it up with a B type connector as a device only. The manual talks about device and peripheral, but I always thought they were the same ...

DiBosco by Senior II
  • 1091 Views
  • 5 replies
  • 0 kudos

STM32 AN2581 Application Note and Source code

Posted on March 24, 2012 at 20:24In the web by google I have finded the ST AN2581 Application note with same example to configure the TIM Peripheral. The application note says that for any example there is a source code on the site http://www.st.com...

High power consumption in StandBy mode

Posted on March 21, 2012 at 16:53 Hi I have my F205 (and F405) going to StandBy mode and waking up properly. I have confirmed that from the PWR_CSR register's SBF flag and also the 25MHz HSE is turned off properly according to an oscillo...

tuomas by Associate II
  • 962 Views
  • 5 replies
  • 0 kudos

Troubles setting up the CAN

Posted on March 24, 2012 at 11:39Hi, I'm having troubles setting up the CAN bus on my STM32F103R4. I'm using the can example from the keil homepage . When it is about to leave initialization mode, hardware doesnt reset the INAK bit in MSR register ...

STM32F2xx FSMC interfacing with SDRAM memory

Posted on March 22, 2012 at 17:13Hi,First of all i know that FSMC in STM32F2xx does not support SDRAM devices. But i think that with little effort it should somehow work reasonably.A good example of how the others try to this is at http://www.myplac...

STM32F100C8 seems to have 128k flash despite datasheet

Posted on March 23, 2012 at 16:34we made EEprom emulation tests with the discovery board first (with 128k of flash). Our own target uses the C8 processor. We have not paid attention to flash size in regard with eeprom, but did not run into problems,...

The dreaded handler hardfault on new build chain

Posted on August 23, 2011 at 07:05Greetings, I am new to the STM32 family of devices and am trying to build for the FUTURELEC STM32 Stamp Board, which has on it the stm32f103ret6 processor. Link: http://www.futurlec.com/ET-STM32_Stamp.shtml I am abl...

no definition error SPI

Posted on March 19, 2012 at 21:31When I compile my code it says everything is ok. But when I try to download and debug i get the error no definition for SPI_I2S_SendData, SPI_Init, and SPI_Cmd. I've included the ''stm32lxx_spi.h'' file and still am ...