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

STM32F446 Quad SPI pinout

Posted on January 22, 2015 at 12:35Hi,   I would like to know what is the difference between the pins QUADSPI_BK2_IO3(PE10) and QUADSPI_BK1_IO3 (PA1)?   There are only one quadspi interface on the STM32F446, why BK1 and BK2?       Can I use the pins...

Asantos by Senior
  • 429 Views
  • 1 replies
  • 0 kudos

Can not make two alarms work in STM32F429i_Disco

Posted on March 05, 2015 at 14:52Dear Sir/Miss, I need 2 alarms, I only can get one alarm work thought Canlandar module, but if make code for alarm A and B, none of them works. Here is my code: ********** RTC_TimeTypeDef   RTC_TimeStructure; RTC_Ala...

Linda by Associate II
  • 475 Views
  • 5 replies
  • 0 kudos

FatFs/SDIO on STM32L1xx

Posted on February 28, 2015 at 00:17I am having problems with the SDIO interface on STM32L1 series of processors. The SDIO option is available on the STM32L152D-EVAL, but the price of this board is rather high, so I am working with a modified Nucleo...

0690X00000603FsQAI.jpg 0690X00000603JUQAY.jpg
esazonov by Associate II
  • 1319 Views
  • 10 replies
  • 0 kudos

Trying to use the cube_lib

Posted on March 05, 2015 at 18:25Hello all, Wondering if anyone figured out how to use the sram  (stm32f4xx_hal_sram.h) setup to output to various displays .. Having trouble with writing straight to an address port .. With all the ports set up in th...

ajacquet by Associate
  • 162 Views
  • 0 replies
  • 0 kudos

IAR Library & GCC compiler

Posted on March 05, 2015 at 11:20Someone never used a library compiled with IAR EWARM along with GCC compiler? In theory it should respond to the standard AEABI and work but it really is true? #i-accept-paypal

The best way for capturing low frequency signal

Posted on March 05, 2015 at 09:38Hello,I use STM32F103RBT6 @ 72Mhz to measure input frequency, but I need to measure frequencies between 500 to 3000Hz with PA1 pin - TIM2 CH2. What is the best way to do so?I use code from STM32 examples - InputCaptu...

zexx86 by Associate II
  • 655 Views
  • 6 replies
  • 0 kudos

DFUSE customized development

Posted on July 09, 2011 at 10:53Hi,We need to upgrade the firmware of a STM32 MCU (used in a commercial product) using a proprietary PC application. the STM32 supports the DFU mode and has a PC application called DFUSE which provides the user interf...

royston by Associate II
  • 1180 Views
  • 13 replies
  • 0 kudos

stm32f103 frequency

Posted on March 03, 2015 at 19:18hi for setting clock frequency in stm32f407, i am using an xls file that generates automatically a .c file witch i can copy it to my project directory i need to do such operation(setting clock frequency) for stm32f10...