STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! STM32 chip revision

Posted on March 24, 2017 at 16:35I have a NUCELO board with STM32F767ZI.I have read that there are http://www.st.com/content/ccc/resource/technical/document/errata_sheet/group0/23/a6/11/0b/30/24/46/a5/DM00257543/files/DM00257543.pdf/jcr:content/tran...

SPWF01SA.21 WiFi module

Posted on March 28, 2017 at 16:31Is it possible to connect an external eeprom to the SPWF01.21 module? The stored eeprom data will be very small >1K and only serve to remember GPIO high or low settings of the modules STM32F103 core that an end user ...

Resolved! STM32F334 and RTC Setup

Posted on March 28, 2017 at 10:35Hi,I have a STM32F334 with a cylindrical watch 32.768kHz xtal connected as a LSE oscillator. LSE now works. Folks on the forum, were kind enough to point out to me about possible PCB related issues.Originally, I've h...

DMA - Pheriperal to Memory max Speed

Posted on March 27, 2017 at 14:16Hi,I'm using a STM32F429 operating at 168 MHz. I want to read in 16 GPIO pins (one port) via DMA. I'm curious what's the maximum input rate is, for a certain number of consecutive level changes (read out of an extern...

Skadi F by Associate II
  • 840 Views
  • 4 replies
  • 0 kudos

stm32f301 comparator

Posted on March 28, 2017 at 12:59I'm trying to use stm32f301 comparator 2, but the output is always 0 no matter if the two inputs are higher or lower. I guess the configuration is wrong.The main code is here. Thanks for the help in advance!void Conf...

NT7502 driver (LCD driver)

Posted on March 28, 2017 at 13:15mostafa.fathihii want to drive an LCD. my LCD driver is NT7502. i want to know what can i drive it with stm32f103 AND STemwin? if no then how do i do?thankfulnull

SPI Packing Mode

Posted on March 26, 2017 at 17:43Hi all,i am using the STM32F030RC for a customer project. To SPI1 we have connected a SPI-Flash device (SST25VF040B). I am using Cube MX (4.19) to generate as much initialization code as possible.So i have configured...

tj by Associate II
  • 788 Views
  • 2 replies
  • 0 kudos

STM32F103 CPU loses external IO interrupt.

Posted on March 28, 2017 at 08:26Hi.I am using the STM32F103VBT6 CPU and STM32F10x_StdPeriph_Driver.I want to receive one external IO interrupt and operate 4 PWM channels at the same time.I set the EXTI port as below and created the interrupt ISR fu...