STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Best PLL Multiply and Divider setting

Using the PLL generated system clock frequency, it is possible to generate the same output frequency with many different pre-divider, Multiplier and post divider constant combinations. How can I determine combination is best for stability or lowest p...

SJame.1 by Associate II
  • 4910 Views
  • 5 replies
  • 1 kudos

Resolved! STM32G0: Stoppping/Starting ADC with DMA for re-calibration

To avoid the best accuracy when using the ADC it is advised to re-calibrate the ADC when environment temperature changes "too much"The ADC calibration can only be done when the ADC is disabled, so to re-calibrate the ADC has to be stopped, disabled, ...

TBuls by Associate II
  • 1917 Views
  • 3 replies
  • 0 kudos

Resolved! DMA UART RX idle line interrupt earlier

Hi,i have been using F030C6 with 1 uart and make DMA works. but when i received a modem message( like AT+CPIN? e.g.) DMA stops 2 or more times. We can see the image below that i put one toogle pin to show when DMA interrupt occurs.my question is how ...

WBria.1 by Associate II
  • 1293 Views
  • 2 replies
  • 0 kudos

STM32H750B-DK sample multiple GPIO with DMA

Hello thereI am trying to port a logic analyzer from STMF407: https://code.google.com/archive/p/logicdiscovery/to work on my STMH750B-DKI even found some pins I (think) I can use (PB4,PB6,PB7,PB15 (right arduino connector (D0,D1,D10,D11)I tried to po...

MKocj.1 by Associate II
  • 917 Views
  • 3 replies
  • 0 kudos

STM32Cube IDE I am converting a basic program that I have written ages ago running on a CUBLOC CB30 connecting to a Picaso processor by 4D Systems (4.3inch touch display) I am converting it to c using STM32F401 Nucleo-64.

The serial output sent to the uart in the 4D displayis typically a string consisting of the following 3 items,#define Put_string                        &H00, &H18Const m_Alarm_Set                     As String = "Alarm set" #define NUL             ...

Cutchie by Associate
  • 533 Views
  • 1 replies
  • 0 kudos