STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

DMA use SRAM???????

Posted on July 11, 2012 at 14:52hi alli need to know that is DMA uses the SRAM as the DMA buffer??????if yes then my MCUstm32F407 got 112Kb and 16Kb of SRAM.and DMA max buffer size is 64kb, in the case DMA is using half of my SRAM,is there a possibi...

muhammad by Associate II
  • 633 Views
  • 3 replies
  • 0 kudos

STM32F10xx FSMC Wait Signal

Posted on July 11, 2012 at 16:59Hello, in the Document RM0008 (datasheet of the STM32F10xx Family) on Page 510 is the FSMC access described with the external WAIT Signal. It works well for my application now, but i have some problems by understandi...

Simple SPI problem

Posted on July 11, 2012 at 16:36Hi all, I have a simple routine called in TIMER_IRQ event that set GPIO and than set a DAC on SPI BUS. This routine must be quick as possible. Regarding the GPIO setting there is no particular problem, while SPI has s...

STM32F100RB: MCO and USART1_CK conflict on PA8

Posted on July 11, 2012 at 15:30Hello, I am using an STM32F100RB and want to use the clock output MCO on GPIO PA8, so i have to set the GPIO to 'alternate function push-pull'. But I also want to use USART1 with TX on GPIO PA9 and RX on GPIO PA10. So...

skirn9 by Associate II
  • 883 Views
  • 3 replies
  • 0 kudos

STM32F4 Advanced Timers question

Posted on July 10, 2012 at 20:12Hello, I my application, I need to control multiple ( >3) half bridges and measure current(s) synchronously as well. Question 1: Is it possible to synchronize the counters of Timer 1 and Timer 8 (and others?) so that ...

STM32F board

Posted on July 11, 2012 at 09:29to be migrated, sourceId: 2562:74F499D6-C293-4561-BFB5-4F1489999957 #stm32-boards

biralti by Associate II
  • 504 Views
  • 2 replies
  • 0 kudos

spi 16 bit mode slave

Posted on July 09, 2012 at 21:06I have a problem. I connected to spi stm32f103 and stm32f405. The data is transmitted, but only 8 bits. Initialization codes below. What is the problem?Code for master (stm32f103):SPI_InitStructure.SPI_Direction = SPI...

TIM5 timer problem

Posted on June 10, 2012 at 16:47There is a missing table in RM0090 para: 14.4.3 TIMx slave mode control register (TIMx_SMCR), Table 60: TIMx internal trigger connection on page 395 I am trying to use TIM1 timer as a prescaler to TIM2 and TIM5 tim...

elis by Associate
  • 515 Views
  • 3 replies
  • 0 kudos

stvp source code

Posted on July 03, 2012 at 16:47Hi, I need to force a reset on the stm32L32152 after the stvp programming session. On the st site,there is the stvp source code and api example. I saw the list of exported functions that may be called in EPRCORExx.DLL...