STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32 RC5 STOP MODE ???

Posted on August 06, 2011 at 02:56I want to use low power mode (STOP). i put two configurations here... In the first configuration i am putting 2 STOP mode but first runs... When i wait the same external interrupt despite i enable this, i cant run b...

irmakci by Associate II
  • 468 Views
  • 3 replies
  • 0 kudos

Circular DMA does not circle for ADC (STM32L1xx)

Posted on October 19, 2012 at 17:49I'm trying to use the ADC on an STM32L1xx to read a single channel with a sample rate based on TIM2.  I plan to use a double-buffering scheme, so I want to set it up to DMA into a buffer with half-complete and full...

stmburns by Associate II
  • 571 Views
  • 4 replies
  • 0 kudos

1 external RAM shared between 2 separate FSMCs

Posted on October 16, 2012 at 17:14Hi all, I'd like to make 2 STM32F407 share 1 external RAM as a common memory. Chip #1 would store some data in RAM for chip #2, then stop all accesses and signal to #2 that there is some data for him. Chip #2 would...

dmakhrov9 by Associate II
  • 1605 Views
  • 17 replies
  • 0 kudos

sysTick stops after a few TIM3 interrupts

Posted on October 19, 2012 at 16:47Hello, I am having problems with the syStick timer.  The handler for sysTick stops being called after one or two interrupts from TIM3 (set < 1Hz). The TIM3 interrupt has no problem (LED keeps toggling). I started ...

SPI Clock Frequency

Posted on October 18, 2012 at 17:56Hi,I'm having a bit of trouble configuring the SPI2 clock frequency on an STM32F407VG, or perhaps I am confused as to how it works.Using a 25Mhz external oscillator, boosting up to system clock frequency of 168MHz....

bpentz by Associate II
  • 1016 Views
  • 3 replies
  • 0 kudos

SPI Code Help

Posted on October 19, 2012 at 10:18Hello All,  I am using STM32Fs series and I am writing a code for SPI2 . I have to read and write from the slave device. I have to read the data when RX buffer is full and write data continuoulsy to another device....

STM32F4 Usart1 problem

Posted on October 18, 2012 at 11:01 Hi, Im using a STM32f405RG and i am trying to get a simple USART example to work. I load the following code to the mcu: #include ''stm32f4xx.h'' #include ''stm32f4xx_gpio.h'' #include ''st...

thommagn by Associate II
  • 792 Views
  • 7 replies
  • 0 kudos

Literal error in stm32f10x.h?

Posted on October 18, 2012 at 11:15In STM32F10x Standart Peripherals Library v3.5.0, stm32f10x.h, line 3616:&sharpdefine  DMA_CCR7_PSIZE            ,         ((uint16_t)0x0300)Not needed comma? #stm32f10x-spl #error