STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! My SPI analyzer is different from what I send.

Dear ST Hello,I am coming back to you because the my spi frame I am sending is not the same I am watching on the oscilloscope,My spi configuration is: /* USER CODE BEGIN SPI3_Init 0 */   /* USER CODE END SPI3_Init 0 */   /* USER CODE BEGIN SPI3_...

0693W000004KDFjQAO.png

Sampling 16 ADC channels (multichannels) on STM32G070 RB

Hello COmmunity i want to sample 16 ADC channels on my STM32 G070 board i tried with DMA conversion and using simple poll for conversion but i am not getting accurate o/p (required o/p). Please do let me know if i missing anything/* USER CODE BEGIN H...

AKhai.1 by Associate
  • 594 Views
  • 1 replies
  • 0 kudos

Resolved! What do Events from EXTI controller use for?

In the STM32F070, EXTI0_15 come from GPIOs, EXTI17 comes from RTC Alarm Event, EXTI18 comes from USB wakeup Event, EXTI19 comes from RTC Tamper and TimeStamp Event, EXTI20comes from RTC Wakeup Event. Where are destination of EXTIs? or Where are EXTIs...

FAlle.1 by Associate II
  • 772 Views
  • 3 replies
  • 0 kudos

Wrong MCU frequency only while debugging

Problem definition:PLLCLK frequency is different (wrong) in debugging mode only.Two empty projects were created using CubeMX 6.0.1 and 4.25.1 as a reference.running exactly the same main.c where only HSE and MCO are enabled outputs different results....

MUrbs.1 by Associate
  • 454 Views
  • 1 replies
  • 0 kudos

Diagram for STM32F4 flash stall interrupt latency

Hi,some time ago i saw a good picture/diagram which showed the latency of IRQ execution on an stm32 with one flash bank and in comparison with 2 flash banks.On the controllers with one flash bank the execution is stalled, and with 2 flash banks it is...

Jnevi.1 by Senior
  • 799 Views
  • 4 replies
  • 0 kudos

Resolved! STM32L152D eval board demonstration firmware

We bought the evaluation board STM32L152D-EVAL. We have just received the board with the version 1.0.1 of the demonstration firmware (october 2015).I would like to download the sources of this demonstration firmware but only the version 1.0.0 is avai...