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

Misprint in F4/G4 Programming Manual (Bitband)

There is a misprint in your PM0214 Programming manual "The Cortex M4 processor" in the chapter chapter 2.2.5 "Bit-Banding", above figure 9. Bit-Banding is nicely described there, but of course all bit addresses have to end by "00"... Your first exam...

flyer31 by Senior
  • 2316 Views
  • 14 replies
  • 0 kudos

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
  • 2230 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
  • 728 Views
  • 4 replies
  • 0 kudos