STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

stm32f0 Adc Issue

Posted on June 02, 2014 at 19:41 Hi every body, I am using stm32f0 to control a water control systems by getting a value from a temperature sensor which is read by the ADC. I am trying to activate my system 15 secondes each 30 secondes, 4 ...

d4ng3r09 by Associate II
  • 360 Views
  • 2 replies
  • 0 kudos

System Clock Mux HSE doesn't work

Posted on June 04, 2014 at 02:51Hi, I am using the STM32F415RGT.  A 50MHz oscillator is connected to the HSE input.  In the STM32CubeMX Clock Configuration tab, I selected HSE for the System Clock Mux.  Supposedly the system clock should be driven d...

3 ADC simultaneous mode HELP

Posted on June 04, 2014 at 17:18Hi,I am actually working on a project and I need 3 ADC in simultaneous mode.However, I don't know why, but my programme don't work.someone can help me?thank you in advancethis is my code:/** * @file    Adc.c * @brief ...

zobi000 by Associate
  • 286 Views
  • 0 replies
  • 0 kudos

Linux 3.14 USB serial

Posted on June 04, 2014 at 17:08We have been using the STM32F205 product with a linux system to transfer data via the USB serial port emulation. On the linux side the usbserial module is used. The STM32 firmware uses the USB FS device library 3.3.0 ...

Setting sysyTick Timer to 1ms

Posted on June 04, 2014 at 14:22Hi All, May I know how to set Systick Timer to set for 1ms. The code in which I noticed was  like thisif (SysTick_Config(SystemCoreClock / 1000))  {     /* Capture error */     while (1);  }Is it set to 1ms. If so how...

santosh by Associate II
  • 1683 Views
  • 2 replies
  • 0 kudos

STM32F0 Init.

Posted on May 19, 2014 at 06:51I migrate NXP to ST. Please, could you send all links for work with STM32F0 with coocox.Links of supportMoviesANEmails of supportDocuments.Thank you. #stm32f0

marcos by Associate II
  • 1465 Views
  • 11 replies
  • 0 kudos

TIM2_IRQHandler(void) not working on STM32F407Vg

Posted on June 03, 2014 at 20:17 Hi guys, i encounter some problems using timer interrupts. I tryied several code examples from the web, but the problem stil occurs... I am using IAR 6.3 as ide, i cant figure out what is wrong in the...

Bogdan by Senior
  • 919 Views
  • 4 replies
  • 0 kudos

Request for IBIS Model-STM32F071V8T6 component

Posted on June 04, 2014 at 11:45Hello all, Currently I am doing signal integrity analysis for some application with help of STM32F071V8T6 device. So i have got ibis model for stm32 bit MCU. But in this ibis model folder there are several components ...

nv1 by Associate
  • 260 Views
  • 0 replies
  • 0 kudos

SPI communication basic STM32F103ZE

Posted on June 03, 2014 at 09:24Hello,This is my first time I am working on STM, previously I successfully work on PIC32.I want really basic information about SPI communication in STM32F103ZE.my questions are,1. How to set the SPI mode, which regist...

STM32VLDiscovery SPI2 - how to enable?

Posted on June 03, 2014 at 01:32Hi,I'm new to STM32 development.  I'm working my way through Professor Geoffrey Brown's ''Discovering the STM32 Microcontroller'', using an STM32VL Discovery board, and have run into a snag in the SPI section.After no...