STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F7 How to get 50MHz on GPIO

I can only get the GPIO pin to toggle at 8MHz but datasheet indicates 108MHz is possible.I tried changing OSPEEDRy[1:0] but this did not help, I only get the default 8MHz.

SRobs.1 by Associate II
  • 2891 Views
  • 20 replies
  • 0 kudos

Resolved! STM32L552-EV, attempting to IAP program the flash through UART connection, however always fails to send the bin file through Y-modem protocol.

I've been using the example AN4657 and following it to a T. I'm using the example project library files form the STM32L476G IAP_Main and modified them where necessary to work with the 552.I can successfully connect to TeraTerm via usart3 connection a...

Rikerq by Associate II
  • 1759 Views
  • 5 replies
  • 0 kudos

ADC to DAC using DMA

If I set my sine wave generator to 1.5 Vpk-pk the DAC outputs a nice clean sine wave. If I increase the ADC input above that level, I start to see clipping of the sine wave. The negative part of the wave begins clipping before the positive part. Is t...