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

Minimizing power consumption: what can be done?

Posted on September 27, 2013 at 16:54HiI'm a bit confused with all the clocks and power saving options on the STM32F3 Discovery board.I'd like to minimize the power consumption by gating all unnecessary clocks and peripherals / memory.The MCU is in ...

WFI problem: Internal command error

Posted on September 27, 2013 at 14:10 Hi I run this very simple code on the STM32F3 Discovery board: int main(void) { __WFI(); return 0; } It compiles fine and I can flash it onto the STM without any problems (I'm using the ST...

STM32 SPI Issue

Posted on August 03, 2011 at 08:24Hai, I am using STM32F103ZE I am not getting SPI data correctly. Master is transmitting correctly. But always read as zero where a non zero value has been sent. Master config: (MSP430) The master configuration is c...

harikk09 by Associate II
  • 2565 Views
  • 11 replies
  • 0 kudos

USART2 problem

Posted on May 02, 2013 at 19:16The original post was too long to process during our migration. Please click on the attachment to read the original post.

yogee00 by Associate II
  • 4029 Views
  • 16 replies
  • 0 kudos

STM32F100RB will not communicate with EEPROM

Posted on September 27, 2013 at 12:40 Hello guys , I'm trying to write then read to the AT24C256 EEPROM.( http://www.atmel.com/Images/doc06pdf)datasheet. After debugging the code gets stuck at the flag check. (!I2C_CheckEvent(I2C2,I...

STM32 USART Tx inaccuracy issue

Posted on September 22, 2013 at 16:39I'm seeing an issue when I transmit a byte using the USART (USART 2 in my case). I need an accurate delay between bytes of 5ms. So when a 5ms timer expires I transmit a byte. However with the code below I'm seein...

Question for STM32 USB Full Speed Device Library V2.2.1

Posted on September 06, 2013 at 02:11Hello guys, I have a question for : Question for STM32 USB Full Speed Device Library      V2.2.1 How can I use SD card on Mass_storage demos ? is it connected via SPI or SDIO ? or I can choose ? and how can I co...

STM32F0 SPI to SPI using DMA controller

Posted on July 18, 2013 at 22:30I am using a STM32F0 chip and I have a serial flash chip hooked up to SPI1 and a 1.7'' serial display hooked up to SPI2.  I have a YMODEM protocol implemented and have uploaded images to the flash.  I also have a some...