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

STM32F413 SPI with DMA safety

Posted on May 04, 2018 at 09:11Hi,We are using 2 STM32F413 controllers which are communicationg via the SPI peripheral along with DMA. Ours is a safety critical project we need to add some checks to the DMA as mentioned in the 'UM1840 User manual' -...

sushanth by Associate
  • 431 Views
  • 0 replies
  • 1 kudos

Scanf-Retarget Problem

Posted on November 14, 2011 at 11:51 Hello Forum! While trying to retarget the printf() and scanf() functions, with printf everything worked well.  However, with scanf occured a weird problem. First here are the overwrited low-level functions : siz...

Resolved! STM32F0 TIMx gate mode channel selection

Posted on May 02, 2018 at 20:48I'm using the gate mode TIM scheme as detailed in the reference manual:TIM3->CCMR1 |= TIM_CCMR1_CC1S_0; /* (1)*/ TIM3->CCER |= TIM_CCER_CC1P; /* (2) */ TIM3->SMCR |= TIM_SMCR_SMS_2 | TIM_SMCR_SMS_0 | TIM_SMCR_TS_2 | TI...

Resolved! TIM2 Upcounting Count Restart Issue

Posted on May 02, 2018 at 03:43The TIM2 timer on an STM32F0 seems to not be resetting to 0 once the counter reaches the ARR value on occasion. I am periodically changing the ARR value, but the values are all in a small range. After a random amount o...

Uploading code / PWR Jumper - What am I doing wrong?

Posted on May 03, 2018 at 10:39I am quite new to STM32 and never worked with a Nucleo before.  I am trying to control two motors (from a hoverboard) with a Nucleo F446RE. I found a perfect example with libraries and example code on GitHub, but someh...

Interfacing Max232 with stm32

Posted on May 03, 2018 at 14:00I'm working with stm32vldiscovery and I'm going to use max232 for USART. I'm using usart1 (pA9 and pA10 as TX and RX).The question is witch is the best way to make it wortk correctly and safetly specially with the RX p...

Problem with STM32F427 and spurious EXTI interrupts

Posted on April 11, 2017 at 22:31I use the following code to initialize the GPIO for EXTI interrupt handling.I want GPIO F14 to trigger on the falling edge and most of the time it works properly.However, every 1000 or so interrupts, the EXTI Interru...

Can both microphones and Line In audio input channels on STM32F769I DISCO board be used simultaneously for 2 different audio sources?

Posted on April 30, 2018 at 06:27STM32F769I DISCO board has 2 input options (mics and line in) and 2 output options (headphones and speaker). According to the examples in the CUBE package, we have the option to use both outputs simultaneously. Is it...

flashing stm32F303 based custom board

Posted on May 03, 2018 at 23:36Hello,I am making a custom board based on STM32F3 discovery board. My custom board is an exact copy of the discovery board with additional sensor components. I can easily program STM32F3 board as st-link is already bui...