STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

New possibilities for the ultra-low power segment!

STM32U0 is the first Cortex-M0+ with a static consumption of only 160 nA in standby mode with RTC (Real-Time Clock) and 16 nA in shutdown. It also achieves 118 points in CoreMark and targets SESIP level 3 and PSA level 1 focusing on firmware code pro...

gif-stm32u0.gif

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
  • 697 Views
  • 2 replies
  • 0 kudos

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
  • 380 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
  • 212 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...

STM32CubeMx HAL_SPI_Receive ?

Posted on October 06, 2015 at 23:59 Guys, I want to send a command and then retrieve the output on MOSI line ... Is the right way doing it ? int resultvalue = 0; uint8_t data7[2] = { VS_READ_COMMAND, addressbyte }; HAL_SPI...

Labels