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

stm32f217 usb mass storage

Posted on December 27, 2013 at 13:07Hi I have downloaded the STM32_USB-Host-Device _lib_V2.0 library for USB Mass storage Application.I have taken the mass storage example and compiled  for my board(STM32f217). But when I connect my pendrive to the ...

Problem with Timing

Posted on January 04, 2012 at 14:56PROBLEM: Timer interrupt is entered immediately in the beginning and not in the desired timing period. The objective is to enter a service routing of TIM4 with a timing of every 10 sec, clock is 72Mhz:   TIM_TimeBa...

LIS302DL Interrupt Capture

Posted on October 24, 2013 at 10:47I'm using STM32F4 Discovery which includes LIS302DL among other peripherals. LIS302DL is connected via SPI and Interrupt Pin 1 and 2 are respectively connected to PE0 and PE1 pin (internally hardwired, not manually...

peppea82 by Associate II
  • 727 Views
  • 1 replies
  • 0 kudos

Solved: STM32F4Discovery CAN Bus timing problems :/

Posted on December 27, 2013 at 00:52EDIT: Thanks to clive1 my issue has been solved! See last post for how ignorant I was :) Cheers!Hi,Disclaimer: I'm a new engineer (green).I've been evaluating the STM32F4Discovery board for some time. I've been tr...

Just Matt by Associate III
  • 1039 Views
  • 3 replies
  • 0 kudos

STM32F4 series TCP/IP program outsourcing

Posted on December 26, 2013 at 03:49Before that I used Microchip IC platform for my system but now I need to change to STM IC platform.I am not familiar with the STM platoform yet and I need to complete this task in a very short time(very urgent).So...

nyk9282 by Associate
  • 391 Views
  • 1 replies
  • 0 kudos

SPI read problem

Posted on December 23, 2013 at 06:47 Hello I want to set some parameters on W5100 chip and then read them. the parameters sets right, but when I want to read a register what I receive from SPI is value of past register address I've sen...

_behn4m by Associate II
  • 2264 Views
  • 10 replies
  • 0 kudos

Timer Output Compare Frequency Problem

Posted on December 24, 2013 at 09:18 Hi , I am trying to generate an output pulse of 100 Hz to 300khz using time output compare where i will toggle a bit in the interrupt service routinue . I referred to one of the example which st...