STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 474 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 III
  • 2594 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
  • 2841 Views
  • 5 replies
  • 0 kudos

115200 and 230400 baudrate ?

Dear Members,Is it fast enough to sample 115200 bps with 230400 ?Is it possible to get 230400 bps with 2.097MHz APB ? or I need more ?thanks

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
  • 763 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- ...