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

STM32F4 I2S Frame Error

Posted on April 24, 2014 at 22:15I am having trouble using I2S to connect an audio codec, CS42L55, to the STM32F405. When I configure the STM32F4 to be in MasterTX mode, the codec reports that there is a clock ratio error. With an oscilloscope, I me...

DDR SDRAM ?

Posted on April 23, 2014 at 02:21Guys, I'm just wondering, Is it possible to use my old DDR SDRAM PC133 module from my old PC for FSMC on STM32F103VCT6, I can see one chip for 8Mbytes, not bad for my experiment and it's cheap... The type is GM72V66...

STM32F407, I2S with 8bit data format

Posted on April 24, 2014 at 19:43Hi,I have to revceive data from a device that is sending I2S with 8 bit data format....The smallest I see is the I2S_DataFormat_16b,...Is there a way that I can receive correctly this 8 bit data format?Thanks

daniele by Associate II
  • 1249 Views
  • 10 replies
  • 0 kudos

Set GPIO to High Impedance mode

Posted on April 25, 2014 at 09:43Hi , I am working on a project that requires the GPIO to be set to tri state HIGH/LOW/HIGH IMPEDANCE mode.Is there a way to set a gpio on STM32F4 to high impedance ?Thanks.

STM32F415ZG FSMC example

Posted on April 25, 2014 at 12:10 Hi all, I would like to interface a NOR Flash using the FSMC. However I cannot find a tutorial how to compute ADDSET and DATAST. I found application note AN2784 but it is forSTM32F10xxx. Also looking a...

hkamba by Associate II
  • 237 Views
  • 0 replies
  • 0 kudos

USB SOF PIN?

Posted on April 25, 2014 at 09:06A section of  code in the USB host lib 2.0 has been puzzling me for some time now, it is within the USB_OTG_BSP_Init function: /* Configure SOF Pin.*/ //  GPIO_InitStructure.GPIO_Pin = HOST_OVRCURR_LINE; //  GPIO_Ini...