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

STM32F4 Deep Sleep

Hi. I confused about deep sleep on ST's Cortex M4 processor. As I understand If I use HSE as an system clock and go to deep sleep, HSE will turn off. And in wake up ST's document says HSI is used as system clock source after wake up from STOP and Sta...

SSone.1 by Associate III
  • 1065 Views
  • 1 replies
  • 0 kudos

Accuracy of NucleoF334R8

Hello,I recently bought Nucleo F334R8 which is an ARM 32-bit Cortex M4 microcontroller with both ST and Arduino connectors.I would like to ask about the accuracy of any data from sensor interfacing.The microcontroller is said to have 32 bit accuracy ...

IDADI.1 by Associate
  • 724 Views
  • 0 replies
  • 0 kudos

About STM32F103; Timer and Encoder

Hi Colleagues,I am just trying STM32F103 using Encoder in TIM3. I am able to count the pulses and direction ; prima facie it looks fine.I am using the STM32 CubeIDE for configuring the parameters. I have a few questions though :1) I need to compute t...

TFern by Associate III
  • 4292 Views
  • 5 replies
  • 0 kudos

Resolved! Not able to send 8-bit data on SPI.

I am learning bare-metal programming on STM32F411RE (Nucleo board). I am trying to implement a SPI driver.Reference manualEven though I have set the Data Frame Format to 8-bit, My SCK consists of 16 clock cycles. Sending 8 bit data on this has weird ...

0690X00000DC8Y2QAL.png 0690X00000DC8YRQA1.png
KSchr.11 by Associate II
  • 2993 Views
  • 4 replies
  • 0 kudos

STM32H743ZI QSPI

MCU is STM32H743ZI. When QUADSPI working in AutoPolling mode,Setting the ABORT bit in the QUADSPI_CR, Why SR.BUSY bit stall high? BUSY don't goes low forever!But according to referrence manual,"In automatic-polling mode, BUSY goes low only after the ...

CAiwe.1 by Associate
  • 780 Views
  • 0 replies
  • 0 kudos

F7 QSPI issue

What kind of reason would the DR register read the same on subsequent calls in release build?If I don't add __NOP()'s in there, the registers read the same and the FIFO doesn't get emptied.Micro is STM32F769NIstatic uint32_t drvInit(void) { uint32...

_EFrie by Senior
  • 1639 Views
  • 3 replies
  • 0 kudos

Resolved! Did I brick my board? I'm trying to understand low power mode, and ran the code below and now can't connect to st link.

/* USER CODE BEGIN 2 */ HAL_PWR_EnableWakeUpPin (PWR_WAKEUP_PIN1); gotoSleep(); /* USER CODE END 2 *// * @brief void gotoSleep(void) * * @retval None */void gotoSleep(void){    HAL_Delay(1000);    HAL_PWR_EnterSTANDBYMode();    SystemClock_Config();}

PAngl.14 by Associate II
  • 1568 Views
  • 3 replies
  • 0 kudos
Announcement

We’re moving the ST Community to a new platform to give you a better and more reliable community experience.