STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

does anybody know whay the clock is 961 KHz not 2 Mhz

I do have the clock setup 60 Mhz (max is 80) for STM32FL41KBU6 and I ma dividing it by 30I need 60 because I am trying to setup ADC 1Msps. I shoud have 2 MHz on PIN PA8static void MX_TIM1_Init(void){ /* USER CODE BEGIN TIM1_Init 0 */ /* USER CODE EN...

MNapi by Senior III
  • 562 Views
  • 8 replies
  • 0 kudos

How to get TEMPSENSOR voltage with ADC3 ?

void ADC3_config(void){ AdcHandle.Instance     = ADC3;   if (HAL_ADC_DeInit(&AdcHandle) != HAL_OK) {  /* ADC de-initialization Error */  //Error_Handler(); } AdcHandle.Init.ClockPrescaler      = ADC_CLOCK_SYNC_PCLK_DIV4;   /* Synchronous clock mode,...

ZYubi by Associate III
  • 286 Views
  • 0 replies
  • 0 kudos

Resolved! Using Low Power Timer for Pulse Counting. When should I receive an interrupt? Does the interrupt only fire when the autoreload register is matched? Or should the interrupt trigger on every count received?

I have a pulse input circuit with my counts going both into LPTIM1 input and TIM8 input 1. I am using capture compare to measure the frequency using TIM8. I would also like to use LPTIM1 in conjunction to keep the actual count of my pulses. When I se...

STM32F429 does not start without debug probe

HelloMy app does not start without the debug probe.I replaced source code (app with freertos) by a simple blinking led, and it starts withoutthe debug probe (segger j-trace)...Any idea?Edit; Moving around a blinking led in the code, it appears that c...

JulienD by Senior
  • 423 Views
  • 3 replies
  • 0 kudos