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

STM32F070 Standby Mode (Not waking up...)

I wanted to test the wakup pin on the stm32f070f6.I have set pin PA0 to SYS_WAKUP1 and gave it the user name "WAKE". Before the user while loop I call: HAL_PWR_EnableWakeUpPin(WAKE_Pin); HAL_PWR_EnterSTANDBYMode();To enable wakeup (I thought) and put...

STM32H723 FDCAN1 AT CLASSIC MODE Not Working

FDCAN1 Settings:FDCAN_FRAME_CLASSIC;FDCAN_MODE_NORMAL;FDCAN_EXTENDED_ID;FDCAN_FILTER_MASK;TX/RX FIFO Enabled.Call Functions In sequency:MX_FDCAN1_Init(); hfdcan1.Init.NominalPrescaler = 5; hfdcan1.Init.NominalSyncJumpWidth = 3; hfdcan1.Init.NominalTi...

JYI by Associate II
  • 951 Views
  • 1 replies
  • 0 kudos

The match interrupt on LPTIMx->CCRx is triggered when LPTIMx->CNT > LPTIM->CCRx - not on equal (=) as one might expect

On the STM32U5xx, ST decided to keep this interpretation of "match". It is present on other chips as well, see https://community.st.com/s/question/0D53W000004J0srSAC/stm32l0-lptim-generating-random-compare-match-interrupt-when-changing-compare-match-...

Resolved! STM32L031G6

I have a STM32L031G6 component in a UFQPN28 package, can I install a 3.68MHZ crystal, will it work or only in a UFQPN48 package

BPres.2 by Associate
  • 573 Views
  • 1 replies
  • 0 kudos

Interruption, but corresponding interrupt flag is not set?

Dear community,I am having a strange problem with the STM32L431.The ADC is set up for use with both the DMA and interruption. This is to de-interleave the adc results from 2 different channels, since there was problem with interleaved ADC results whe...

0693W00000UoSQbQAN.png 0693W00000UoSQqQAN.png
ZJing by Associate III
  • 2040 Views
  • 10 replies
  • 0 kudos

Is there a way to tell whether ADC is busy? (STM32F303ve)

I am trying to reconfigure DMA without losing samples and without stopping the ADC, which is triggered using timer (relatively rarely), so my plan was to look whether both the ADC and DMA are idle and quickly reconfigure DMA before ADC even starts to...

SMisi by Associate II
  • 1622 Views
  • 6 replies
  • 1 kudos