STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Inverting PWM signal

Posted on January 23, 2018 at 21:51Is there a quick and clever way of inverting a PWM signal in software (I am using timer 2 of the Discovery Kit board/STM32L100)? Was looking for the complementary feature but I don't want a pair of PWMs, just the i...

0690X00000609TBQAY.png
e d by Associate II
  • 3499 Views
  • 11 replies
  • 0 kudos

STM32F072 Nucleo STDIO

Posted on January 24, 2018 at 14:31Started with a STM32F072 Nucleo with Keil MDK using ST-Link of Evaluation board. Managed to do printf()/putchar() output to µVision Serial Debug (printf) Viewer via EventRecorder (DAP).But: How to get input (do no...

JuM by Senior
  • 501 Views
  • 5 replies
  • 0 kudos

STM32F4xx and eMMC

Posted on October 12, 2016 at 13:03Hi,    is there some code available to use an eMMC (not MMC) chip on STM32F4xx?I tried  some code snippet I found googling but I haven't succeeded.Thank you. #stm32-emmc

raffin by Associate III
  • 390 Views
  • 2 replies
  • 0 kudos

STM32F446RE synchronize wireless

Posted on January 23, 2018 at 12:54There are 2 Nucleo STM32F446RE. Let the first one be A and the second one be B.Is it possible to do this wirelessly if you start Nucleo B program as soon as you press Nucleo A button?The development environment is ...

'core held in reset' issue

Posted on January 24, 2018 at 09:58Hi I'm using the STM32F745VE on a Product.I have been using a nucleo board (with ST link utility) to program the product via SWD connector (3V3 provided separately) which has been fine so far.I am now at our suppli...

Resolved! Configuring DMA for SAI

Posted on January 23, 2018 at 17:40Hi,I'm trying to transfer data to SAI's fifo via DMA (memory-to-peripheral). I'm following reference manual's instructions for setting up DMA for SAI.As soon as I enable the DMA channel FEIF4 (FIFO overrun/underrun...

0690X00000609TVQAY.png 0690X00000609ShQAI.png 0690X00000609SmQAI.png

Problem getting proper current on powerSTEP eval boards

Posted on January 24, 2018 at 09:11Hi,  I am using NUCLEO-IHM03A1 eval boards on top of a Nucleo STM32F4IiREI to drive a NEMA23 stepper motor.The motors are stalling at relatively low speeds with no additional load. I don't seem to be getting the re...

estie by Associate II
  • 432 Views
  • 1 replies
  • 0 kudos

Injected ADC channels only return 1 value

Posted on January 24, 2018 at 09:44I'm using an STM32F401RET with code generated in the cube(v4.23) with F4 library(v1.18).The ADC is set up to sample one channel under a trigger from a timer with the values going to DMA. When 256 samples have been ...