STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

GPIO specs for the STM32F0 parts

Posted on July 02, 2012 at 06:31Hi all, I need to know more about the GPIO current source / sinking  capabilities of the STM32F0 family. According to Table 18 in the STM32F051C8 datasheet (DM00039193.pdf) the maximum current that can be sinked/sourc...

STM32F107 CRC not working...

Posted on June 26, 2012 at 00:29Hi all, I'm trying to use the CRC module in a STM32F107 using IAR EW and I'm not getting very far. I'm using the standard stm32f10x_crc.c library but looking in the debugger, any writes to CRC_DR or CRC_CR are being i...

Question About USB device Lib

Posted on June 24, 2012 at 14:23Hello I'm working on USB device library V3.3.0; I'm new be in STM32 USB; I have some question:could you please help me 1/ I don't understand why SYSCFG module clock is used for the USB disconnect feature ? 2/ What GP...

gafsos by Associate II
  • 375 Views
  • 3 replies
  • 0 kudos

STM32 Legacy Firmware Libraries

Posted on July 02, 2012 at 15:08Dear STM32 users, This read-only thread is dedicated to provide the legacy version of the STM32 Standard Peripherals and USB Libraries. STM32F10x Standard Peripherals Library https://my.st.com//public/STe2ecom...

RF receiver configuration on STM32VLDiscovery

Posted on July 02, 2012 at 08:00Hi folks..I have  a 433 Mhz RF reciever with me. I have configured PA.09 as AIN and connected it with Receiver's DATA Pin .I want to test my connection with a sample code.How should I begin about it ?

aditya2 by Associate
  • 319 Views
  • 1 replies
  • 0 kudos

SPI and interrupts

Posted on February 01, 2012 at 12:44Hi, Is there any known problem/limitation on having interrupts during SPI comunication (between micro and external flash for example)? Thanks. #spi2-sck-open-drain-output

ybitton by Associate II
  • 696 Views
  • 3 replies
  • 0 kudos

About STM32F207 PTP time-stamp

Posted on July 02, 2012 at 03:22Hello,There is only one eth driver without low level functions for PTP time-stamp on official site, and stm32f207 is different from stm32f107, so i want to know when the full-function eth driver will be provided on of...

fsmc configuration for multiplexed memory

Posted on June 08, 2012 at 23:56Hello all, I am using stm32f217 on my target board. it has a mutiplexed 8MB psram. My problem is my one 16bit write changes the value written by previous 16bit write. write_ram16(0,0xaaaa)-->16 bit write at offset 0, ...

STM32VLDISCOVERY GPIOTOGGLE

Posted on July 01, 2012 at 00:01Hi all, i used pubblic code of GPIOTOGGLE taken from ST site, i try to modify it for toggles led when user button was pressed. i used this modify to main.c  STM32vldiscovery_PBInit(BUTTON_USER,BUTTON_MODE_GPIO);   whi...