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

How ADC integral linearity error is calculated?

From STM32F373xx datasheet, SAR ADC characteristics, page 99/137, for Vdda = 3V, i can see thatED - Differential linearity error is max +/-1 LSBEL - Integral linearity error is max +/-1.5 LSBBut in SDADC characteristics, page 111/137, the difference ...

Timers out of sync 32F746GDISCOVERY ?

Hello,i found a strange behavior having 2 timers running.My initial intention was having 4 input captures on the 32F746GDISCOVERY spread over two timers (no timer with 4 pins connected to the Arduino Header) one running as master and triggering the s...

0690X000006CJz4QAG.png

STM32F746G-DISCO Discovery Board Touchscreen Issue

We have been experiencing reliability issues with the touchscreens on the STM32F746G-DISCO Discovery board; on some boards the touchscreens stop responding. This is not software related as the problem occurs with our custom application, the ST demo a...

0690X000006CJJXQA4.jpg
Peter1 by Associate
  • 509 Views
  • 2 replies
  • 0 kudos

Resolved! How to program STM32H753VIT6?

I am designing a system with STM32h753VIT6, with peripherals Ethernet, USB, MicroSD and SPI. 1. How i can program the IC., any previous threads/ref available2.Can I program it with Nucleo H743? if so how?3.Any additional tools/software required.

stewmin and IAR8.11

Posted on December 14, 2017 at 10:52I've my application that uses the stemwin (STemWin532_CM4_OS_IAR.a) with IAR compiler. Up to version 8.10 of the IAR compiler I never had any warning or error during the build of the project.Upgrading the IAR IDE ...

Atollic C++ implementation

Hello Mr./Ms.I need to implement some libraries e.g. Arduino or other open source code.So I tried to import in Atollic a C++ librarie but returns an error when I instance a class.It's possible to do that or only C moddules are supported?I generate co...