STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F4 Discovery and SPI3 reset clock signal

Posted on September 12, 2014 at 20:07 Greetings, I'm working with the STM32F4 Discovery board and I'm trying to configure SPI3 as an SPI slave. However, I'm getting strange results when attempting to configure the CLK pin. After a reset, ...

SysTick interrupt problem

Posted on September 05, 2014 at 19:12 hi every body . i have systick in 25hz(each 0.04 sec) send my sensors data through usart. but the it just execute my main ''while(1)'' just once , and after that just my void SysTick_Handler(voi...

STM32L0 flash loader support

Posted on September 11, 2014 at 20:01Am I missing something or flash loader demonstrator 2.6 doesn`t support STM32L0x devices?Seems that there is no appropriate *.map file for that family. #stm32l0-flash-loader-demonstrato

STM32F407, Timer6 running 2x too fast (SOLVED)

Posted on September 12, 2014 at 09:12I'm reluctant to post this because I figure it's operator error, but I'm stuck.  I'm running an STM32F407 Discovery board using AdaCore's Ada2012 release.  Simple tasks seem to run correctly, and at the correct s...

kk6gm by Associate II
  • 456 Views
  • 2 replies
  • 0 kudos

Scale SPI1 clock to 10kHz in STM32 discovery

Posted on September 11, 2014 at 14:52Hello all,I am trying to establish SPI communication bw STM32FDiscovery board and MCP3202 ADC. The optimum clock rate of MCP3202 is given as 10kHz in the datasheet. I am using SYSCLK as 48MHz in my Discovery boar...

sandhya by Associate II
  • 471 Views
  • 2 replies
  • 0 kudos

FSMC WR behavior

Posted on September 12, 2014 at 12:47In a nearly ready project i wanted to add some more types of TFT displays. Now i�ve got one with an SSD1298 controller, for which well working init-code is available. I connected it in well known manner to the FS...

ralf2 by Associate II
  • 267 Views
  • 0 replies
  • 0 kudos

Lwip stm32cubeMX FW_F4_1.3.0 bug

Posted on September 11, 2014 at 19:54Hi, I'm using an olimex stm32e407 board. I select the option lwip but with FW_F4_1.3.0 dont work, ping without success. But if i select in the stm32cubeMX the FW_F4_1.1.0 the ping work. I don't understand why. R...

ADC and DAC Issues with STM32F4VGT6

Posted on September 11, 2014 at 17:30 Hi, I am using trying to use the ADCs on the STM32f4vgt6 with the DMA Controller in continuous conversion mode. I have this chip mounted on a custom board and I am using 8 ADC channels. Below is my in...

k2399 by Associate
  • 588 Views
  • 3 replies
  • 0 kudos

I2C DMA

Posted on January 11, 2013 at 10:33Hello All, I am programing an EEPROM which is interfaced to STM32 via I2c2. I am using DMA interrupt for reading data from EEPROM location. I feel Writing to EEPROM works fine and could see TxE and TRA flags set wh...