STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Flash Dual Bank in STM32F2 & F4 ?

Posted on April 11, 2012 at 14:08Some STM32F1 MCUs have Flash Dual Bank, provided total amount of Flash is bigger than 512 KB. Thanks to that they posses valuable ability to ''read-while-write'' (RWW). Do MCUs from STM32F2 or F4 series have this fea...

gmravil by Associate II
  • 871 Views
  • 5 replies
  • 0 kudos

SDIO with clock managment SDCard Timeout

Posted on April 12, 2012 at 10:21Hi, I am disabling SDIO Clock in RCC module after each block write and enabling before. Some card works property, but some give response timeout after command:     SDIO_CmdInitStructure.SDIO_Argument = (uint32_t) Bl...

Getting Started with PLL and USART3--STM32F100C8

Posted on April 10, 2012 at 08:12Hi,I am having difficulty getting sysclock to work at 24Mhz using HSI and PLL.I am also facing difficulty in getting USART3 to transmit something.I have seen and tried what other members on this forum , with similar ...

hansen by Associate II
  • 814 Views
  • 8 replies
  • 0 kudos

STM32F103 simultaneous ADC1 and ADC3

Posted on April 03, 2012 at 06:52I have a project involving STM32F103RE. A timer channel TIM2_CH2 triggers a continuous read on ADC1, which uses DMA1 into a buffer. What I want to do is set up ADC3 to read a different channel in a similar fashion us...

spi error send slave

Posted on April 11, 2012 at 19:48Hi, I got two different devices with the microcontroler STM32F103RB which I'm trying to comunicate between them using the SPI protocol. The element A, is the master : The element B, is the slave : When I send from A(...

bfeixas by Associate II
  • 638 Views
  • 2 replies
  • 0 kudos

STM32F10x execute application from SD card

Posted on April 11, 2012 at 21:40Hi everybody, I'm new in STM32/Cortex M3. Commonly I create an application then write to chip's flash. Now, if I want to create an application stored in SD card then run that application. What the way for MCU do that...

Re enabling interrupts

Posted on April 11, 2012 at 14:55I need to re enable interrupts in an interrupt service routine so I can do some I2C communication (my I2C driver uses the error and event interrupts).  But I'm not clear as whether I should use CPSIE i or CPSIE f to ...

jihlein by Associate II
  • 268 Views
  • 1 replies
  • 0 kudos