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

SPI bus clock routing and termination scheme

Posted on June 26, 2015 at 03:37SPI2 out of my STM32 has 3 destinations: header, i/o expander, and FPGA.  I have a single series termination resistor on this clock.  Should I route this in a daisy-chain fashion with stops at each location that minim...

CubeMX DCMI Question re VSYNC Iterrupts

Posted on June 25, 2015 at 22:35I used CubeMX to create a DCMI camera interface project for the F407 Discovery board. Just after MX_DCMI_Init is called, a VSYNC interrupt is generated. After that VSYNC ints are turned off and no DCMI operations occu...

Software Library for 500 W D-SMPS STEVAL-ISA147V2

Posted on June 24, 2015 at 06:53Hi guysThis is one of the best design from ST microelectronics regarding the SMPS design with great documentation and all the schematics.The design name is ''500 W fully digital AC-DC power supply (D-SMPS) based on ST...

piyush2 by Associate II
  • 545 Views
  • 5 replies
  • 0 kudos

Timer Synchronization Issue

Posted on June 25, 2015 at 19:11Hello everyone, I would like to ask your ideas about something I would like to implement. I would like to have a constant timer at 50KHz (TIM1) and based on this timer, start with some specific offset a second timer a...

pant by Associate II
  • 276 Views
  • 1 replies
  • 0 kudos

audio_playback_and_record example add uart2

Posted on June 25, 2015 at 19:36hello everyone. this week i start to dev in stm32f4discovery install cubeMX and get examples STM32Cube_FW_F4_v1.6.0 1) at this point i want to add an uart to send the ''song'' name to be played i added the library st...

STM32F427 SPI problem

Posted on June 25, 2015 at 19:21I have observed a problem with the SPI port on my STM32F427 processor. If I set the speed of the output pin driving the SPI clock signal to LOW, the processor does not read the received SPI data correctly. The STM32F4...

krubow by Associate II
  • 224 Views
  • 0 replies
  • 0 kudos

Alternative to NSS?

Posted on June 23, 2015 at 00:34Hi.  I've never designed with STM before and I have to admit I've not fully studied the datasheets.  We're in prelim design phase right now.  I tentatively have the pins for an STM32F205 fully specified, and I realize...

steven23 by Associate
  • 472 Views
  • 2 replies
  • 0 kudos

STM32F0 discovery and ST-link utility

Posted on June 12, 2015 at 08:27 Hello I'm trying to use the STM32F0 discovery with the ST link on board. So in first time, I try with ST link utilityV3.6.0 with STLinkUSBDriver.dll V4.3.4.0 on windows 7 pro 64 bits. All seem to be rig...