STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

How to use ST31G480?

Posted on December 03, 2017 at 18:24Hello, Everybody.I have to use to build secure tag.But I have no datasheet and application circuits with ST31G480.I can not find enough data in Online.How can I use it?If you have datasheet or application circuits...

STM32f103 connection with ADXRS453 via SPI

Posted on December 02, 2017 at 12:00Hi.Recently i'm using ADXRS453BEYZ but failed to work with it !I used 5V power supply for sensor and connect it via Buffer to 3.3v ARM microcontroller (STM32f103CBT6).this is my configs/*SPI config*/ RCC_APB2Perip...

0690X0000060938QAA.png
joe ted by Associate II
  • 491 Views
  • 1 replies
  • 0 kudos

which channel which data

Posted on May 06, 2017 at 13:34 Hi there. i have a question about stm32f745 adc. When we use ADC in Scan mode,Continuous,Regular with Interrupt, how to detect which data is for which channel. eos flag bit is not considered in this chip. I have to u...

DMA and USB FS

Posted on July 21, 2014 at 09:42Hey guysI would like to know if it's possible to use DMA with USB Full Speed.I already saw it with USB high speed (provide by ST's examples) but nothing with Full Speed.I perform transfert data between a PC and MCU an...

STM32F4 Change timer period in code

Posted on November 30, 2017 at 20:25HelloI'm using TIM3 on my STM32F4. Currently TIM3 period is set on 500 (using CubeMX). Is it possible to change it with pressing 'User button'?For example'if (currentPress == 1) {       htim3.Init.Period = 200; }...