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

Have a question concerning specifically the STM32F479 NRST pin, but this may be applicable to other STM MCU’s as well. Is this Pin an Input/Output pin ?

 I read in section 6.2.1 of the STM32F479 reference manual that this Pin will Output a 20us reset pulse during Watchdog and other internal events. I did not find any Output characteristics for NRST and the statement in section 6.2.1 was stated almost...

JMcHA by Associate
  • 306 Views
  • 2 replies
  • 0 kudos

Passing parameters from gcc command line

Hi,I'm attempting to pass a parameter for a conditional compile from the gcc command line to my application. I have two build makefiles, one for debug and one for release. We have some code that's only meant for the release build. So far, so good. If...

LThal by Associate II
  • 1698 Views
  • 3 replies
  • 0 kudos

Sine wave interpolation for pwm generation

Hey everyone,I'm still busy scoping out how to do this. I've been looking int methods to generate sine waves and so far it looks like some of the methods use lookup tables or trig functions from cmsis.Although I don't think this would be very ideal, ...

con3 by Senior
  • 1875 Views
  • 5 replies
  • 0 kudos

Is there any documentation that gives details of the C/C++ language that is used in Atollic TrueSTUDIO for STM32 v9.3.0? I'm looking for the names of keywords/commands as well as the signatures of functions.

I am very new to embedded systems programming. I have successfully installed Atollic TrueSTUDIO for STM32 v9.3.0 onto Kubuntu Linux 19.04. I want to use this IDE in conjunction with an STM32F407VGT Discovery board.

SElli.11 by Associate III
  • 472 Views
  • 3 replies
  • 0 kudos

STM32H743 FDCAN Communication problem in classic mode

Hey guys,I have this project with STM32H743 MCUs one board uses ZI and second VI version. Sources for both boards were generated in CubeMX.After many unsuccessful attempts to get these two boards talking to each other via classic CAN I replaced one o...

PMego by Associate
  • 533 Views
  • 2 replies
  • 0 kudos

ADC high precision challenge

Most 12bit ADCs of ST are specified not very accurate in DNL, INL, and total unadjusted Error. Especially DNL allows worst case scenarios of results being non-consecutive. I use these ADCs for several years now for slow signals and found ways in HW- ...