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

Resolved! The lack of STM32 USART (interrupt mode) Example issue

Posted on August 30, 2017 at 08:34Hi.In order to implement STM32 USART (interrupt mode), so I've got STM32 USART (interrupt mode) Example file from herehttp://www.keil.com/download/docs/359.aspBut I've got a message from keil's uVision after build t...

Resolved! STM32F7 Debugging Hardware

Posted on July 31, 2017 at 20:49Hello all,I have created a new PCB with a STM32F746ZG chip but the issue is that I am able to upload the GPIO IO Toggle example from the NucleoF746 folder but the LEDs do not blink after uploading. I have tried making...

Evaluating SPWF01SC for file transfers

Posted on August 31, 2017 at 00:52Hi Everyone,I've been evaluating an SPWF01SC to see whether it's suitable to add web browser file transfer functionality and a control interface to an existing embedded (bare metal) project.Host controller is an STM...

STM32L496QEI oscillator frequency error

Posted on August 30, 2017 at 21:03I'm debugging a new board which uses the STM32L496QEI6 and found that the HSI and MSI clocks are running about 8% too slow which is way outside the specification. (This error shows up both on both the UART pins and ...

Resolved! ST-LINK Utilities V4.0.0 save broken

Posted on October 29, 2016 at 17:48having a frustrating time with the new utilities, using an STM32F103RBT6 repeatedly getting a ''fail to save bin/hex'' type error when using ''Save As''. Didn't seem dependent on file name, and file name didn't cla...

Release notes not published for STM32CubeL4 HAL

Posted on August 30, 2017 at 15:36Where are the release notes for the STM32CubeL4 HAL?  There are several releases, and I can't find documentation on any releases.  I'm interested in the release notes from version 1.7.0 to 1.8.0 and patch 1.8.1.If r...

STM32F7 maximum toogle GPIO speed question

Posted on August 30, 2017 at 15:28Hi to all,Am working with a a custom board with a STM32F767BIT6 working at the highest speed possible. I am trying the simplest test on a GPIOH pin 8 :    for(;;){          {              GPIOH->BSRR = 0x00000100U; ...