STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! I need to be able to count pulses that are incoming on a GPIO. What is the best way to do this? Timers?

I have an application where I need to count the total number of pulses coming in from a fuel flow sensor. I then take the total number of pulses to display a readout of the total amount of fuel that has flowed through the sensor since the counter beg...

NChal.1 by Associate II
  • 3329 Views
  • 5 replies
  • 0 kudos

which (small but powerfull) board for dsp ?

Hello,I want to DSP an audio signal to create guitar effect(s), and someone pointed me the Nucleo boards, - are they the right choice for DSP ?- if yes, which have a narrow/small footprint board (similar to teensy 3.6 or RPI zero)the product selector...

PF.1 by Associate II
  • 5451 Views
  • 35 replies
  • 0 kudos

STM32 Clear Serial Monitor Screen

Hello, I am writing an application for STM32H7. I need to clear serial terminal the screen before showing the new lines on the terminal. Can anyone please help? Thank you in advance. Vouria

VYoun by Associate III
  • 2314 Views
  • 1 replies
  • 0 kudos

I have a B-L475E-IOT01A. I am having issues reading value into the ADC. My values change but only slightly. I am testing it a POT from 0 to 3.3V as verfied by an volt meter.

 I seem to have things configured correctly. This is the bulk of my code:  while (1)  {    /* USER CODE END WHILE */    /* USER CODE BEGIN 3 */    HAL_ADC_Start(&hadc1);    while (HAL_ADC_PollForConversion(&hadc1, HAL_MAX_DELAY) != HAL_OK);        ad...

ALivi.1 by Associate
  • 330 Views
  • 0 replies
  • 0 kudos

Complementary of square signal

Hi All;I used the following instruction for STM32F429I, but there is error.Could one help me please. void EXTI0_IRQHandler(void){ if (EXTI_GetITStatus(EXTI_Line0) != RESET) // Here the ERROR <--------------------{ /* USER CODE BEGIN EXTI0_IRQn 0 */ i...

AAbed.1 by Associate III
  • 462 Views
  • 1 replies
  • 0 kudos