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! 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
  • 1946 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
  • 418 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
  • 832 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
  • 734 Views
  • 3 replies
  • 0 kudos

Circular DMA bursts

I use circular DMA with a buffer of size n (on a G431) to create bursts that are not necessarily equal to a multiple of n in size. This works fine, I start and stop a timer and end up somewhere in the DMA buffer array (say, at buffer[m] where 0<=m<n)...

MarcelH by Associate II
  • 1682 Views
  • 5 replies
  • 0 kudos

I am trying to interface an stm32f412 with a Texas instruments ADS7953 in the auto 2 mode. I am using the TI mode and using the HAL DMA drivers to talk to the ADS7953. However after programming I am not getting the intended result.

As I understand it TI mode consists of high polarity clock, 1st edge phase and nss after every frame. I think the problem I have is the clock is running even with NSS high. This causes the bits to be shifted out of the ADS7953. It will be great if an...

NKoti.1 by Associate
  • 606 Views
  • 0 replies
  • 0 kudos

IR remote

I'm trying to code IR remote which uses NEC protocol using STM32f030 .I'm able to do the code under while(1) as as a GPIO input But i'm not able to implement it as an interrupt . Kindly help me regarding the same

OKuma by Associate II
  • 3225 Views
  • 12 replies
  • 0 kudos