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

STM32F103 and SDHC over SPI

Posted on October 01, 2012 at 13:32Hello, Recently I need to use an SDHC in order to store some data for my application. I have studied the documentation in order to find out some samples and came out with the following : - sdio samples use SD cards...

longchair by Associate III
  • 1075 Views
  • 5 replies
  • 0 kudos

Is it possible to ''interrupt'' a receiving DMA ?

Posted on September 26, 2012 at 22:55Hello, I was wondering (didn't checked yet in the datasheets, but perhaps somebody already has the answer) if it was possible, for example, to start a dma transfer from a receiving communication hardware (let's s...

root by Associate II
  • 864 Views
  • 5 replies
  • 0 kudos

STM32F4 USART

Posted on September 30, 2012 at 03:24I am using the following code to transfer an array of 100 elements to the PC via UART. I am not able to understand what my mistake is. Can someone please point out my mistake. Here is the codeUSART_InitTypeDef US...

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

Is it possible to use a DMA on SWO ?

Posted on October 02, 2012 at 21:46Hello, Everything is in the title, is it possible to use a DMA to transmit data on SWO ? Or at least to send data (multiple bytes) without blocking execution ? Thomas. #itm-dma-jtag

root by Associate II
  • 535 Views
  • 2 replies
  • 0 kudos

__STREXH problems on STM32 with GCC optimization settings

Posted on October 03, 2012 at 15:20Hi all,I know there are other posts that address the issues regarding __STREXH and __STREXB on the STM32, but the answers provided does not solve all the problems involved.When I build the STM32 Standard Peripheral...

hermanv by Associate II
  • 1037 Views
  • 1 replies
  • 0 kudos

Synchronising timers - STM32F4

Posted on October 01, 2012 at 09:15Hi guys, I'm trying to synchronise timers and wondering what is the best way to do this. I need 3 set time points for my project; A continuous interrupt at 5uS intervals, an interrupt excatly 2uS after the first, a...

stm32f0 discovery usart1 tx stays high

Posted on October 01, 2012 at 09:55Hello, I try to use the usart1 pa9 as tx and pa10 as rx with the following code  /* Enable GPIO clock */  RCC_AHBPeriphClockCmd(RCC_AHBPeriph_GPIOA, ENABLE);   //PA9 ,PA10  /* Enable USART clock */  RCC_APB2PeriphC...

reetz by Associate
  • 510 Views
  • 2 replies
  • 0 kudos

CMSIS-DAP Debugger on STM32

Posted on October 01, 2012 at 21:28Hi, i successfully port ARM CMSIS-DAP to STM32F103C8. Works fine under Keil IDE.http://akb77.com/g/stm32/cmsis-dap/

x8932 by Associate II
  • 635 Views
  • 0 replies
  • 0 kudos