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

STM32f051C6 PF6/7 AF for I2C

Posted on February 26, 2013 at 07:38Hello, I try to make I2C on PF6/7 on the STM32F051C6  (48 Pin device) working. To get what AF to use, Ref man points to the datasheet. But the datasheet is not clear to me, it has a AF Table for PortA and PortB an...

jgnoss by Associate III
  • 608 Views
  • 5 replies
  • 0 kudos

SPI DMA data corruption

Posted on November 21, 2013 at 17:52Hi,I am using SPI2 with DMA1 on STM32F427 to communicate with an external processor. The problem is that when the data on MISO and MOSI pins (PB14 and PB15) are somehow corrupted i.e. the data comes out as shifted...

asecen89 by Associate II
  • 403 Views
  • 4 replies
  • 0 kudos

STM32F373 SDADC Gain Error Issue

Posted on October 23, 2013 at 21:20Using the 3 channels of the SDADC in Single Ended Zero Reference Mode, Gain 1, with a SDREF at 2.5V.  Spec lists gain error of -2.4% to -3.1%, but our devices appear to have a positive gain error of approx +2.8%.  ...

STM32F303CB ==> RCC_ADCCLKConfig

Posted on November 21, 2013 at 16:23Hello, I have a problem with the RCC_ADCCLKConfig, I want to change the  ADC frequency and I followed the example from st.    /* Configure the ADC clock */   RCC_ADCCLKConfig(RCC_ADC12PLLCLK_Div64);     /* Enable...

connection

Posted on November 22, 2013 at 15:45error fatal  can not connect to j link via usb

tifou by Associate II
  • 167 Views
  • 1 replies
  • 0 kudos

get audio sample from mic and send it to codec

Posted on November 22, 2013 at 14:34 Hello, I wrote this code to test mic and the codec but I don't here any thing :/ If some one can helpe me. /* config Codec*/ I2S_InitTypeDef I2S_InitStructure; GPIO_InitTypeDef GPIO_InitStruct...

stm32 I2s in slave mode Timing

Posted on November 22, 2013 at 11:57 The stm32 chip has a error for I2S in slave mode (stm32f40x Errata sheet 2.4.1). 2.4.1 In I2S slave mode, WS level must be set by the external master when enabling the I2S Description In slave mode, th...

Labels