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! What's the difference between I2C SWRST and ABPxRSTR reset

I have a bug in the I2C bus where sometimes a glitch causes the BUSY flag to be setI found that the only ways to clear it is either by SWRST in I2C->CR1 or by resetting in RCC->ABP1RSTR->I2CxRSTRMy question is, is there any difference I should know a...

AAl-H by Associate III
  • 2448 Views
  • 3 replies
  • 1 kudos

Resolved! Copy the Qspi data to SDRAM

Board Name : STM32F746NG discovery boardI have created the section for QUADSPI & SDRAM in linker fileMEMORY   {   RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 320K   FLASH (rx) : ORIGIN = 0x8000000, LENGTH = 1024K   QUADSPI (rx) : ORIGIN = 0x90000...

powerstep01

In powerstep01, voltage mode is more preferable for lower speed while current mode is more suitable for higher speed. Do anyone know what is the reason ?

Hi I am working on stm32f051c8tx in adc part , below is the code I am using, the issue is, there is a variation of 30 millivolt from the multimeter to the voltage read by the controller.

static void MX_ADC_Init(void){ /* USER CODE BEGIN ADC_Init 0 */ /* USER CODE END ADC_Init 0 */ ADC_ChannelConfTypeDef sConfig = {0}; /* USER CODE BEGIN ADC_Init 1 */ /* USER CODE END ADC_Init 1 */ /** Configure the global features of the ADC (Clock, ...

NJP.1 by Associate III
  • 798 Views
  • 4 replies
  • 0 kudos

STM32 STLINK Detect problem

HelloI am using stm32f072c8t6 in my project but stlink does not connect stm32 somehowHow can I detect the fault?boot pin > 10k > GNDNRST pin>10k 3.3v

0693W00000DlwLNQAZ.jpg
Operi.1 by Associate II
  • 1090 Views
  • 4 replies
  • 0 kudos