STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

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
  • 5202 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
  • 2200 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
  • 312 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
  • 440 Views
  • 1 replies
  • 0 kudos