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! Software interrupt with STM32

Hi there,I'm trying to implement a software interrupt using the STM32L432KC. I want to trigger an interrupt when I reach a certain point in the code. Unfortunately I didn't find any helpful example.Once I tried to set bit37 in the IMR2 register.SET_B...

Battery status and sleep of stm32 processor

Hi, I am using stm32l0 series. my device will work with battery. I want to put it in sleep mode when it is not working so that the battery does not run out. Then I want to be able to see the battery status. But I have no idea how to do it. What I wan...

ZKURT.1 by Senior
  • 758 Views
  • 2 replies
  • 0 kudos

Resolved! I2C problem (full story with pics)

Hello,I have a custom STM32F439VITx board running at 60MHz clocked from the HSI. I have three devices on I2C3, two of which function correctly, the third, an mb85rc64 non-volatile memory, fails on both read and write operations.The I2C is configured ...

0693W00000JMNgZQAX.jpg
DCarr.1 by Senior
  • 3950 Views
  • 13 replies
  • 0 kudos

Partial framebuffer SPI LCD best tearing effect strategy?

I ask about G071 exampke code, but nobody replies, then i try use more specific question. My test display is round 240x240 SPI LCD. TE signal is fmark .(one pulse per frame)In partial or block window send method RAM in display is updated on random pl...

MM..1 by Chief III
  • 575 Views
  • 0 replies
  • 0 kudos

Resolved! STM32F030C8T6TR Reset continuesly time interval?

I place oscilloscope probe at reset pin of MCU it get low reset continuously time period​I observed RCC​- CSR resistor which gives LSIRDY=1 AND IWDGRSTF=1 both are set How can I make them of and solve this reset problem?​Below attached images of MCU ...

0693W00000JMK8UQAX.jpg 0693W00000JMK8PQAX.jpg

Resolved! Best way to use DMA without knowing size of SPI transfer ?

Hi,device : STM32G473VBT6What is the best way to process SPI data when we don't know how many bytes will come from the SPI master ?I use the SPI in full duplex slave.The problem with DMA is that the DMA buffer is circular, where my processing functio...

sde c.1 by Senior II
  • 4512 Views
  • 9 replies
  • 0 kudos

Is the parameter 'ActiveFrameLength' and 'FrameLength' under the FrameInit significant when the SAI module is configured to operate in slave mode to receive data?

I am trying to configure the SAI block in slave mode to receive a set of data. The Frame Sync signal and the data clock shall be provided from an external device. In a case where the active frame length and the frame length are to be decided by the m...

Jansunil by Associate II
  • 468 Views
  • 0 replies
  • 0 kudos

Updating the firmware on my STM32H745ZI-Q causes CPU2 not to boot and times out in error_handler(). Is there a way to use an older firmware?

I have updated the firmware on my STM32H745ZI-Q and when I run in debug mode the code runs until:while((__HAL_RCC_GET_FLAG(RCC_FLAG_D2CKRDY) != RESET) && (timeout-- > 0)); if ( timeout < 0 ) { Error_Handler(); }The code stops in the error handler.Is ...

KSOdin2 by Associate III
  • 559 Views
  • 2 replies
  • 0 kudos