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

Resolved! Many ADC measurements on different ADC

Hi,I'm using STM32F207 and I'm trying to make three different ADC measurements on three difeerent ADC.My purpose is to make 100.000 measurements on each of these signals at the highest speed possible.With only one signal (so using only one ADC) I can...

STM32L4S PLL accuracy with the HSE clock

I want to feed the HSE clock (sourced by a 4MHz oscillator) to the PLL to create a SYSCLK at a higher frequency. Is there accuracy information on the PLL or is the accuracy of the output clock driven by the external oscillator? I've checked the data ...

SChen.7 by Associate
  • 914 Views
  • 2 replies
  • 0 kudos

I am designing STM32F429 to access NOR Flash S29GL01GS. Refer to RM0090 reference manual, I am using FSMC to perform asynchronous read. What is the correct value for NOR_Timing.DataSetupTime? How do I calculate it?

Below is the ST sample code. /* NOR device configuration */ NOR_Timing.AddressSetupTime = 1; NOR_Timing.AddressHoldTime = 1; NOR_Timing.DataSetupTime = 6; NOR_Timing.BusTurnAroundDuration = 0; NOR_Timing.CLKDivision = 2; NOR_Timing.DataLatency = 2; N...

cye.15 by Associate
  • 690 Views
  • 1 replies
  • 0 kudos

STM32 with UART protocol sensors (URM07 ultrasonic sensors)

Question: What function could be used/ written to receive the data (URM07)?Currently, integrating an URM07 ultrasonic sensor on STM32f1xx, according to the datasheet the transmission, have tried the function on UART (HAL_UART_RxCpltCallback) to recei...

ELim by Associate II
  • 2043 Views
  • 5 replies
  • 0 kudos