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

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
  • 3840 Views
  • 20 replies
  • 0 kudos

Resolved! What does the data at the end of the inserted code mean when downloading the code?

Hello, everyone.I downloaded the code to STM32H753 and then used STM32 Community to look at the data on the flash memory and suddenly I got one question.I downloaded my code on flash memory bank 2 sector 0 (address 0x08100000) and found that the data...

0693W000000Tj0sQAC.png 0693W000000Tj0xQAC.png
Ekim.1 by Associate II
  • 913 Views
  • 3 replies
  • 0 kudos

Resolved! STM32 ADC multiple channels HAL

Can some one tell me why this do not work?I start to freak out -.-..........I wish make 4 chanel adc with dma.Best Regards,Szymon

0690X00000DYubXQAT.jpg
STobo.1 by Associate II
  • 1550 Views
  • 3 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
  • 2282 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...