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

STM32F446 PA5 output levels at high frequency

Posted on April 25, 2016 at 10:36This is one for the ST insiders. On a Nucleo64 (SB21, SB29, SB44 all disconnected) with STM32F446, the PA5 pin has been configured as AF5 (SPI1_SCK/I2S1_CK), push-pull, OSPEEDR set to 0b11 (and later tried also 0b10)...

Trigger ADC1 scan using TIM1 CC1 on F410RB

Posted on September 20, 2016 at 13:08 Hi, I use STM32F410RB, and I need to trigger an ADC1 scan regular conversion every TIM1 CC1 event. I am sure that TIM1 works, because I have an interrupt that is triggered every CC1 event. I tried to ...

Resolved! STM32F4 and USART issues

Posted on November 07, 2017 at 23:41 Hello, I am trying to run a custom example of USART6 transmitter from the STM32F4 Discovery (so using an STM32F407VGT) and I am having problems since I only see garbage characters like '�' through the PC se...

simo zz by Senior II
  • 1500 Views
  • 8 replies
  • 0 kudos

Resolved! STM32F303 OCREFCLR with Comparator Output

Posted on November 08, 2017 at 14:28Hello Everyone,I have a question about STM32F303VCT6 MCU's Hardware Comparator Unit.I want to use 6 of the comparators as window comparator. I have no problem with this installation. But I also want to use this 3 ...

Cemre . by Associate II
  • 821 Views
  • 1 replies
  • 0 kudos

STM32F207 : Data Transmission at TXE Interrupt

Posted on October 27, 2017 at 20:06Hello ! I am working on STM32F207 controller , where  I am trying to transmit my data over UART2 at TXE Interrupt . i have used ISR mention in attached file but its not working , problem is it stuck in Interrupt lo...

FFT on STM32L4???

Posted on November 08, 2017 at 12:19Hello:I have to do the FFT on a STM32L4  Nucleo32 board, but I don�t where to start. So any help will be welcomed.Basically, I have an incoming sound signal, to which I have to do the FFT, but I don�t know how. I ...