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

Problem with simple GPIO toggling using a timer

Posted on November 29, 2015 at 03:54I have a simple timer interrupt based GPIO toggling code to be tested on STM32F401 discovery board as shown in this link http://codepaste.net/fhmh2v . The problem is this code doesn't toggle the LED/GPIO. I set a ...

BOOT0 direct connection to GND?

Posted on November 29, 2015 at 15:58Hi all,I just received my new layout based on STM32F2 and I can't upload via SWD (Vlink V2).Always the same mistake : Can't reset the core...I checked VCAP1 & 2 at 1.2V and all SWD lines.But perhaps I made a mista...

neoirto by Associate II
  • 1080 Views
  • 2 replies
  • 0 kudos

STM32 module suddenly disconnected and not recognized

Posted on November 27, 2015 at 03:50Please help,I was programming my STM32F4-Discovery with an ''ADCInterleaved'' code (from template) using Keil and suddenly my board get disconnected from my PC. The program load was smooth though, but after i want...

STM32 HAL Libs I2S 16bit Stereo?

Posted on November 25, 2015 at 21:59I am confused with the HAL I2S libraries as there does not seem to be support for 16bit stereo (2 channels).I admit, I am a bit new on I2S but I suspect that with 44100 sampling frequency with two channels of 16 b...

STM32f407 - DAC

Posted on November 28, 2015 at 19:06Hello, I have a question about voltage reference of DAC on STM32f407. Is it possible to change voltage reference of the internal DAC at 0 to 2.5V.And the second question: is it possible to programming this change ...

STM32F103 + PWM+ DMA + HAL?

Posted on November 26, 2015 at 17:38 I have STM32F103 working on 8MHz. If I InitPWM on Ch1 Tim3 void MX_TIM3_Init(void) { TIM_ClockConfigTypeDef sClockSourceConfig; TIM_MasterConfigTypeDef sMasterConfig; TIM_OC_InitTypeDef sConfig...

asrock70 by Associate II
  • 753 Views
  • 4 replies
  • 0 kudos

STM32F401 Nucleo I2C_FLAG_BERR

Posted on November 27, 2015 at 12:25Hi,I am trying to experiment with I2C and have two Nucleo F411 board linked over I2C. I've setup the I2C and something is happening but no matter what I egt I2C_FLAG_BERR error. Could anyone explain the error? Fur...

dman by Associate II
  • 403 Views
  • 1 replies
  • 0 kudos

IAR configuration

Posted on November 27, 2015 at 22:38I am trying to perform a memory read operation in a STM32L152 discovery board using the following code:#include ''stm32l1xx.h''#include ''stdio.h''uint16_t ts_cal1;uint32_t address1=0x1FF800FB;uint32_t address2=0x...